Serialized Form
-
Package cn.sliew.milky.serialize
-
Package cn.sliew.milky.serialize.java
-
Class cn.sliew.milky.serialize.java.JavaDataInputView extends NativeJavaDataInputView implements Serializable
-
Serialization Methods
-
readObject
public Object readObject() throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
-
Class cn.sliew.milky.serialize.java.JavaDataOutputView extends NativeJavaDataOutputView implements Serializable
-
Serialization Methods
-
writeObject
public void writeObject(Object obj) throws IOException
- Throws:
IOException
-
-
-
-
Package cn.sliew.milky.serialize.nativejava
-
Class cn.sliew.milky.serialize.nativejava.NativeJavaDataInputView extends Object implements Serializable
- serialVersionUID:
- -3443718316139099062L
-
Serialization Methods
-
readObject
public Object readObject() throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
inputStream
ObjectInputStream inputStream
-
-
Class cn.sliew.milky.serialize.nativejava.NativeJavaDataOutputView extends Object implements Serializable
- serialVersionUID:
- 2668706702125097637L
-
Serialization Methods
-
writeObject
public void writeObject(Object obj) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
outputStream
ObjectOutputStream outputStream
-
-