SerializationObjectManager Class
Manages serialization processes at run time. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SerializationObjectManager(StreamingContext) | Initializes a new instance of the SerializationObjectManager class. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | RaiseOnSerializedEvent() | Invokes the OnSerializing callback event if the type of the object has one; and registers the object for raising the OnSerialized event if the type of the object has one. |
![]() | RegisterObject(Object^) | Registers the object upon which events will be raised. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class performs similar tasks as the ObjectManager. The main difference is that the SerializationObjectManager performs its tasks during serialization while the ObjectManager performs its tasks during deserialization.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
