terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Runtime.Serialization.SerializationEvents Class Referencesealed
+ Collaboration diagram for System.Runtime.Serialization.SerializationEvents:

Package Functions

 SerializationEvents (global::System.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, set]
 

Private Member Functions

global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > GetMethodsWithAttribute (global::System.Type attribute, global::System.Type t)
 

Static Private Member Functions

static void InvokeOnDelegate (object obj, StreamingContext context, global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > methods)
 
static SerializationEventHandler AddOnDelegate (object obj, SerializationEventHandler handler, global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > methods)
 

Private Attributes

readonly global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > _onSerializingMethods
 
readonly global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > _onSerializedMethods
 
readonly global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > _onDeserializingMethods
 
readonly global::System.Collections.Generic.List< global::System.Reflection.MethodInfo > _onDeserializedMethods
 

Detailed Description

Definition at line 10 of file SerializationEvents.cs.


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