Platform Symphony .NET API Reference - Version 5.1
OnSerialize Method (ostream)
NamespacesPlatform.Symphony.SoamMessageOnSerialize(OutputStream)
Invoked when this Message object needs to be serialized.
Declaration Syntax
C#
public abstract void OnSerialize(
	OutputStream ostream
)
Parameters
ostream (OutputStream)
The output stream to be written.
Remarks
This method is to be implemented by the application developer. Its implementation should serialize the content of this Message to the stream object provided.
Exceptions
ExceptionCondition
[SoamException]

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