[TIBCO.EMS .NET client library 6.3 documentation]

For .NET Compact Framework only. Customize serialization and deserialization of objects.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public interface IEMSSerializable
Public Interface IEMSSerializable
public interface class IEMSSerializable

Remarks

This interface is used to allow an object to customize its own serialization and deserializaton. Objects whose type implements this interface can be used as the content of an ObjectMessage.

To implement this interface for a class, the implementing class must provide implementations for the methods specified in the interface and have a non-parameter constructor that does not require any arguments.

See Also