Invoked when this Message object needs to be serialized.

C# |
public abstract void OnSerialize( OutputStream ostream )

- ostream (OutputStream)
- The output stream to be written.

This method is to be implemented by the application developer. Its implementation should serialize the content of this Message to the stream object provided.

Exception | Condition |
---|---|
[SoamException] |