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 Fields

The fields of the Formatter class are listed below. For a complete list of Formatter class members, see the Formatter Members topic.

Protected:

m_idGenerator The ObjectIDGenerator used with this formatter. The ObjectIDGenerator is used to maintain a list of the objects which have been seen and the IDs which they were given.
m_objectQueue A queue of the objects which remain to be serialized. Objects are pushed on the queue when schedule is called.

See Also

Formatter Class | System.Runtime.Serialization Namespace