This documentation is archived and is not being maintained.
BinaryFormatter Properties
Visual Studio 2010
The BinaryFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyFormat | Gets or sets the behavior of the deserializer with regards to finding and loading assemblies. |
|
Binder | Gets or sets an object of type SerializationBinder that controls the binding of a serialized object to a type. |
|
Context | Gets or sets the StreamingContext for this formatter. |
|
FilterLevel | Gets or sets the TypeFilterLevel of automatic deserialization the BinaryFormatter performs. |
|
SurrogateSelector | Gets or sets a ISurrogateSelector that controls type substitution during serialization and deserialization. |
|
TypeFormat | Gets or sets the format in which type descriptions are laid out in the serialized stream. |
Show: