public interface ISerializable
StateManager.Put(String, ISerializable) need to implement.
These objects must also have a default constructor publicly accessible.| Modifier and Type | Method and Description |
|---|---|
void |
Deserialize(byte[] array)
Deserializes the the information as serialized by the implementing object's
Serialize() |
byte[] |
Serialize()
Serializes the needed information for the interface implementing object instance
|
byte[] Serialize()
throws Exception
Exception - The serialization could not be performedvoid Deserialize(byte[] array)
throws Exception
Serialize()array - The payload that was previously created by Serialize()Exception - The deserialization could not be performedCopyright © 2018. All Rights Reserved.