Property | Type | Description | |
---|---|---|---|
AddOnDelegate | SerializationEventHandler | ||
AddOnDeserialized | SerializationEventHandler | ||
AddOnSerialized | SerializationEventHandler | ||
GetMethodsWithAttribute | List |
||
InvokeOnDelegate | void | ||
InvokeOnDeserialized | void | ||
InvokeOnDeserializing | void | ||
InvokeOnSerializing | void | ||
SerializationEvents | System.Collections.Concurrent |
Method | Description | |
---|---|---|
AddOnDelegate ( object obj, SerializationEventHandler handler, List |
Add all methods to a delegate.
|
|
AddOnDeserialized ( object obj, SerializationEventHandler handler ) : SerializationEventHandler | ||
AddOnSerialized ( object obj, SerializationEventHandler handler ) : SerializationEventHandler | ||
GetMethodsWithAttribute ( Type attribute, Type t ) : List |
||
InvokeOnDelegate ( object obj, |
Invoke all methods.
|
|
InvokeOnDeserialized ( object obj, |
||
InvokeOnDeserializing ( object obj, StreamingContext context ) : void | ||
InvokeOnSerializing ( object obj, StreamingContext context ) : void | ||
SerializationEvents ( Type t ) : System.Collections.Concurrent |