Class KryoObjectInput

java.lang.Object
com.esotericsoftware.kryo.io.KryoDataInput
com.esotericsoftware.kryo.io.KryoObjectInput
All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable

public class KryoObjectInput extends KryoDataInput implements ObjectInput
A kryo implementation of ObjectInput. Note that this is not an implementation of ObjectInputStream which has special handling for serialization in Java such as support for readResolve.