|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
| SerializationEvents (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< MethodInfo > | GetMethodsWithAttribute (Type attribute, 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 |
Definition at line 8 of file SerializationEvents.cs.