public class ReferencesAwareJavaSerializer
Improvement to the builtin JavaSerializer by honouring the Kryo.getReferences setting.
Modifier and Type | Field and Description |
---|---|
static ReferencesAwareJavaSerializer |
INSTANCE
Improvement to the builtin JavaSerializer by honouring the Kryo.getReferences setting.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<java.lang.Object> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
java.lang.Object obj) |
public static ReferencesAwareJavaSerializer INSTANCE
Improvement to the builtin JavaSerializer by honouring the Kryo.getReferences setting.