|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISerializable
Interace that all objects that want to be stored through the
StateManager.Put(String, ISerializable) need to implement.
These objects must also have a default constructor publicly accessible.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
byte[] Serialize()
throws Exception
Exception - The serialization could not be performed
void Deserialize(byte[] array)
throws Exception
Serialize()
array - The payload that was previously created by Serialize()
Exception - The deserialization could not be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||