BinaryMessageFormatter Class Members
In This Topic
The following tables list the members exposed by BinaryMessageFormatter.
Public Constructors
Public Properties
| Name | Description |
 | TopObjectFormat | Gets or sets a value that defines how the top (root) object of a graph is deserialized with regards to finding and loading its assembly. |
 | TypeFormat | Gets or sets a value that defines how type descriptions are laid out in the serialized stream. |
Top
Public Methods
| Name | Description |
 | CanRead | Determines whether the formatter can deserialize the contents of the message. |
 | Clone | Creates an instance of the BinaryMessageFormatter class whose read/write properties (the root object and type description formats) are the same as the current BinaryMessageFormatter. |
 | Read | Reads the contents from the given message and creates an object that contains the deserialized message. |
 | Write | Serializes an object into the body of the message. |
Top
See Also