sdt.net
Interface CustomSerializable
- All Known Subinterfaces:
- Result, Task
- public interface CustomSerializable
This class provides hook points for the users to implement their
own customized read/write methods.
Method Summary |
java.lang.Object |
readSerializable(java.io.ObjectInputStream in)
Specifies how to read the object to the input stream. |
void |
writeSerializable(java.io.ObjectOutputStream out)
Specifies how to write the object to the output stream. |
writeSerializable
public void writeSerializable(java.io.ObjectOutputStream out)
- Specifies how to write the object to the output stream.
readSerializable
public java.lang.Object readSerializable(java.io.ObjectInputStream in)
- Specifies how to read the object to the input stream.