public class SupportedCipherDetailsSerializer extends com.esotericsoftware.kryo.Serializer<SupportedCipherDetails>
SupportedCipherDetails implementations
that only serializes the name of the cipher id. Deserialization is done
by looking up the id against the values in SupportedCiphersLookupMap.| Constructor and Description |
|---|
SupportedCipherDetailsSerializer()
Creates a new serializer instance.
|
| Modifier and Type | Method and Description |
|---|---|
SupportedCipherDetails |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<SupportedCipherDetails> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
SupportedCipherDetails object) |
public SupportedCipherDetailsSerializer()
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
SupportedCipherDetails object)
write in class com.esotericsoftware.kryo.Serializer<SupportedCipherDetails>public SupportedCipherDetails read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<SupportedCipherDetails> type)
read in class com.esotericsoftware.kryo.Serializer<SupportedCipherDetails>Copyright © 2012–2017 Joyent. All rights reserved.