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!

BinaryFormatter Class

Provides a way to serialize and deserialize an object, or an entire graph of connected objects; it uses a binary format for the serialized stream, which is both very compact, and fast to parse.

Object
   BinaryFormatter

[Visual Basic]
NotInheritable Public Class BinaryFormatter
   Implements IRemotingFormatter, IFormatter
[C#]
public sealed class BinaryFormatter : IRemotingFormatter,
   IFormatter
[C++]
public __gc __sealed class BinaryFormatter : public
   IRemotingFormatter, IFormatter
[JScript]
public class BinaryFormatter implements IRemotingFormatter,
   IFormatter

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Serialization.Formatters.Binary

Assembly: mscorlib.dll

See Also

BinaryFormatter Members | System.Runtime.Serialization.Formatters.Binary Namespace