SerializationObjectManager::RaiseOnSerializedEvent Method ()
.NET Framework (current version)
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.
Assembly: mscorlib (in mscorlib.dll)
The OnSerializing callback event is created by applying the OnSerializingAttribute attribute to a method on the registered object. Similarly, the OnSerialized event is created by applying the OnSerializedAttribute attribute to a method on the registered object.
.NET Framework
Available since 2.0
Available since 2.0
Show: