object ReferencesAwareJavaSerializer : JavaSerializer
Improvement to the builtin JavaSerializer by honouring the Kryo.getReferences setting.
read |
fun read(kryo: Kryo, input: Input, type: Class<Any>): Any |
write |
fun write(kryo: Kryo, output: Output, obj: Any): Unit |