Serialized Form
-
Package cn.sliew.milky.serialize.kryo
-
Class cn.sliew.milky.serialize.kryo.KryoDataInputView extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject() throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
input
com.esotericsoftware.kryo.io.Input input
-
kryo
com.esotericsoftware.kryo.Kryo kryo
-
-
-
Class cn.sliew.milky.serialize.kryo.KryoDataOutputView extends Object implements Serializable
-
Serialization Methods
-
writeObject
public void writeObject(Object obj) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
kryo
com.esotericsoftware.kryo.Kryo kryo
-
output
com.esotericsoftware.kryo.io.Output output
-
-
-