Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationEvents Class Referencesealed

Package Functions

 SerializationEvents ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type t)
 
void InvokeOnSerializing (object obj, StreamingContext context)
 
void InvokeOnDeserializing (object obj, StreamingContext context)
 
void InvokeOnDeserialized (object obj, StreamingContext context)
 
SerializationEventHandler AddOnSerialized (object obj, SerializationEventHandler handler)
 
SerializationEventHandler AddOnDeserialized (object obj, SerializationEventHandler handler)
 

Properties

bool HasOnSerializingEvents [get]
 

Private Member Functions

List< MethodInfoGetMethodsWithAttribute (Type attribute, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type t)
 

Static Private Member Functions

static void InvokeOnDelegate (object obj, StreamingContext context, List< MethodInfo > methods)
 
static SerializationEventHandler AddOnDelegate (object obj, SerializationEventHandler handler, List< MethodInfo > methods)
 

Private Attributes

readonly List< MethodInfo_onSerializingMethods
 
readonly List< MethodInfo_onSerializedMethods
 
readonly List< MethodInfo_onDeserializingMethods
 
readonly List< MethodInfo_onDeserializedMethods
 

Detailed Description

Definition at line 7 of file SerializationEvents.cs.


The documentation for this class was generated from the following file: