The System.Runtime.Serialization.Formatters.Binary namespace contains the BinaryFormatter class, which can be used to serialize and deserialize objects in binary format.
Namespace hierarchy
Classes
| Class |
Description |
| BinaryFormatter |
Serializes and deserializes an object, or an entire graph of connected objects, in binary format. |
See Also
.NET Framework Class Library