public final class MastershipTermSerializer extends com.esotericsoftware.kryo.Serializer<MastershipTerm>
MastershipTerm.| Constructor and Description | 
|---|
MastershipTermSerializer()
Creates  
MastershipTerm serializer instance. | 
| Modifier and Type | Method and Description | 
|---|---|
MastershipTerm | 
read(com.esotericsoftware.kryo.Kryo kryo,
    com.esotericsoftware.kryo.io.Input input,
    Class<MastershipTerm> type)  | 
void | 
write(com.esotericsoftware.kryo.Kryo kryo,
     com.esotericsoftware.kryo.io.Output output,
     MastershipTerm object)  | 
public MastershipTermSerializer()
MastershipTerm serializer instance.public MastershipTerm read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<MastershipTerm> type)
read in class com.esotericsoftware.kryo.Serializer<MastershipTerm>public void write(com.esotericsoftware.kryo.Kryo kryo,
                  com.esotericsoftware.kryo.io.Output output,
                  MastershipTerm object)
write in class com.esotericsoftware.kryo.Serializer<MastershipTerm>