public class ExtensionInstructionSerializer extends com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
| Constructor and Description |
|---|
ExtensionInstructionSerializer()
Constructs a extension instruction serializer.
|
| Modifier and Type | Method and Description |
|---|---|
Instructions.ExtensionInstructionWrapper |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<Instructions.ExtensionInstructionWrapper> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
Instructions.ExtensionInstructionWrapper object) |
public ExtensionInstructionSerializer()
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
Instructions.ExtensionInstructionWrapper object)
write in class com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>public Instructions.ExtensionInstructionWrapper read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Instructions.ExtensionInstructionWrapper> type)
read in class com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>