Invoked when this Message object needs to be deserialized.

C# |
public abstract void OnDeserialize( InputStream istream )

- istream (InputStream)
- The input stream to be read.

This method is to be implemented by the application developer. Its implementation should read the contents of the provided stream and populate this Message object.

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