This documentation is archived and is not being maintained.
BinaryFormatter Methods
Visual Studio 2010
The BinaryFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Deserialize(Stream) | Deserializes the specified stream into an object graph. |
|
Deserialize(Stream, HeaderHandler) | Deserializes the specified stream into an object graph. The provided HeaderHandler handles any headers in that stream. |
|
DeserializeMethodResponse | Deserializes a response to a remote method call from the provided Stream. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Serialize(Stream, Object) | Serializes the object, or graph of objects with the specified top (root), to the given stream. |
|
Serialize(Stream, Object, array<Header>) | Serializes the object, or graph of objects with the specified top (root), to the given stream attaching the provided headers. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnsafeDeserialize | Deserializes the specified stream into an object graph. The provided HeaderHandler handles any headers in that stream. |
|
UnsafeDeserializeMethodResponse | Deserializes a response to a remote method call from the provided Stream. |
Show: