|
|||||||||
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 |
java.lang.String |
GetSerializableClassName()
Gets the class name of the object being serialized. |
Method Detail |
---|
java.lang.String GetSerializableClassName()
byte[] Encode() throws java.lang.Exception
java.lang.Exception
- The serialization could not be performedvoid Decode(byte[] payload) throws java.lang.Exception
Encode()
payload
- the serialization
java.lang.Exception
- the Serialization could not be performed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |