BinaryFormatter Methods
Assembly: mscorlib (in mscorlib.dll)
| 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(Stream^, HeaderHandler^, IMethodCallMessage^) | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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(Stream^, HeaderHandler^) | Deserializes the specified stream into an object graph. The provided HeaderHandler handles any headers in that stream. |
![]() | UnsafeDeserializeMethodResponse(Stream^, HeaderHandler^, IMethodCallMessage^) | Deserializes a response to a remote method call from the provided Stream. |
