public class TestClassISerializable extends Object implements ISerializable
| Constructor and Description |
|---|
TestClassISerializable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Deserialize(byte[] array)
Deserializes the the information as serialized by the implementing object's
ISerializable.Serialize() |
byte[] |
Serialize()
Serializes the needed information for the interface implementing object instance
|
String |
toString() |
public byte[] Serialize()
throws Exception
ISerializableSerialize in interface ISerializableException - sdgfpublic void Deserialize(byte[] array)
throws Exception
ISerializableISerializable.Serialize()Deserialize in interface ISerializablearray - reExceptionCopyright © 2018. All Rights Reserved.