public class ReplaceableObjectKryo
extends com.esotericsoftware.kryo.Kryo
| Constructor and Description |
|---|
ReplaceableObjectKryo() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readObject(com.esotericsoftware.kryo.io.Input input,
java.lang.Class<T> type,
com.esotericsoftware.kryo.Serializer serializer) |
com.esotericsoftware.kryo.Registration |
writeClass(com.esotericsoftware.kryo.io.Output output,
java.lang.Class type) |
void |
writeClassAndObject(com.esotericsoftware.kryo.io.Output output,
java.lang.Object object) |
void |
writeObject(com.esotericsoftware.kryo.io.Output output,
java.lang.Object object,
com.esotericsoftware.kryo.Serializer serializer) |
addDefaultSerializer, addDefaultSerializer, copy, copy, copyShallow, copyShallow, getClassLoader, getClassResolver, getContext, getDefaultSerializer, getDepth, getGenerics, getGraphContext, getNextRegistrationId, getReferenceResolver, getReferences, getRegistration, getRegistration, getSerializer, isFinal, isRegistrationRequired, newDefaultSerializer, newInstance, newInstantiator, newSerializer, readClass, readClassAndObject, readObject, readObjectOrNull, readObjectOrNull, reference, register, register, register, register, register, reset, setAutoReset, setClassLoader, setDefaultSerializer, setInstantiatorStrategy, setMaxDepth, setReferenceResolver, setReferences, setRegistrationRequired, writeObject, writeObjectOrNull, writeObjectOrNullpublic void writeClassAndObject(com.esotericsoftware.kryo.io.Output output,
java.lang.Object object)
writeClassAndObject in class com.esotericsoftware.kryo.Kryopublic com.esotericsoftware.kryo.Registration writeClass(com.esotericsoftware.kryo.io.Output output,
java.lang.Class type)
writeClass in class com.esotericsoftware.kryo.Kryopublic void writeObject(com.esotericsoftware.kryo.io.Output output,
java.lang.Object object,
com.esotericsoftware.kryo.Serializer serializer)
writeObject in class com.esotericsoftware.kryo.Kryopublic <T> T readObject(com.esotericsoftware.kryo.io.Input input,
java.lang.Class<T> type,
com.esotericsoftware.kryo.Serializer serializer)
readObject in class com.esotericsoftware.kryo.Kryo