public interface ISerializable
ObjectPayloadChannelEvent.
Implementing classes of this interface must also have a default constructor publicly available| Modifier and Type | Method and Description |
|---|---|
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.
|
String GetSerializableClassName()
byte[] Encode()
throws Exception
Exception - The serialization could not be performedCopyright © 2018. All Rights Reserved.