Platform Symphony .NET API Reference - Version 5.1
OnDeserialize Method (istream)
NamespacesPlatform.Symphony.SoamMessageOnDeserialize(InputStream)
Invoked when this Message object needs to be deserialized.
Declaration Syntax
C#
public abstract void OnDeserialize(
	InputStream istream
)
Parameters
istream (InputStream)
The input stream to be read.
Remarks
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.
Exceptions
ExceptionCondition
[SoamException]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0