Indicates that a class wishes to receive deserialization events.
IDeserializationEventListener
[Visual Basic] Public Interface IDeserializationEventListener [C#] public interface IDeserializationEventListener [C++] public __gc __interface IDeserializationEventListener
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
Dictionary | Represents a collection of associated keys and values. |
Hashtable | Represents a collection of associated keys and values that are organized based on the hash code of the key. |
PermissionSet | Represents a set of permissions of different types. This class supports all functionality of a permission, for the set of permissions as a whole. |
Notes to Implementers: Implement this interface as part of support for a method that will handle deserialization events.
Namespace: System.Runtime.Serialization
Assembly: mscorlib.dll
IDeserializationEventListener Members | System.Runtime.Serialization Namespace