|
|||||||||
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 java.lang.Exception
java.lang.Exception
- The serialization could not be performedvoid Deserialize(byte[] array) throws java.lang.Exception
Serialize()
array
- The payload that was previously created by Serialize()
java.lang.Exception
- The deserialization could not be performed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |