SerializationObjectManager::RaiseOnSerializedEvent Method ()

 

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.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
void RaiseOnSerializedEvent()

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
Return to top
Show: