BinaryFormatter Properties
.NET Framework (current version)
Namespace:
System.Runtime.Serialization.Formatters.Binary
Assembly: mscorlib (in mscorlib.dll)
| 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:
