public class PKCS11Serializer extends AbstractManualSerializer<sun.security.pkcs11.wrapper.PKCS11>
PKCS11 instances.| Constructor and Description |
|---|
PKCS11Serializer()
Creates a new serializer instance.
|
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.PKCS11 |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<sun.security.pkcs11.wrapper.PKCS11> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
sun.security.pkcs11.wrapper.PKCS11 object) |
captureField, newInstancepublic void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
sun.security.pkcs11.wrapper.PKCS11 object)
write in class com.esotericsoftware.kryo.Serializer<sun.security.pkcs11.wrapper.PKCS11>public sun.security.pkcs11.wrapper.PKCS11 read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<sun.security.pkcs11.wrapper.PKCS11> type)
read in class com.esotericsoftware.kryo.Serializer<sun.security.pkcs11.wrapper.PKCS11>Copyright © 2012–2017 Joyent. All rights reserved.