|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISerializable
Interface that must be implemented by objects that need to be passed through the ObjectPayloadChannelEvent.
Implementing classes of this interface must also have a default constructor publicly available
| Method Summary | |
|---|---|
void |
Decode(byte[] payload)
Decodes the payload of the implementing object as it was returned by Encode() |
byte[] |
Encode()
Encodes the payload of the implementing object so that is can later be unmarshaled |
String |
GetSerializableClassName()
Gets the class name of the object being serialized. |
| Method Detail |
|---|
String GetSerializableClassName()
byte[] Encode()
throws Exception
Exception - The serialization could not be performed
void Decode(byte[] payload)
throws Exception
Encode()
payload - the serialization
Exception - the Serialization could not be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||