NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Formatter Constructor

Initializes a new instance of the Formatter class.

[Visual Basic]
Protected Sub New()
[C#]
protected Formatter();
[C++]
protected: Formatter();
[JScript]
protected function Formatter();

Remarks

Creates a Queue for objects to be serialized and creates an ObjectIDGenerator.

See Also

Formatter Class | Formatter Members | System.Runtime.Serialization Namespace