BinaryFormatter::Serialize Method
.NET Framework (current version)
Serializes an object, or graph of connected objects, to the given stream.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
