Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SerializationObjectManager.cs
Go to the documentation of this file.
3
5
6public sealed class SerializationObjectManager
7{
9
10 private readonly StreamingContext _context;
11
12 private SerializationEventHandler _onSerializedHandler;
13
19
20 [RequiresUnreferencedCode("SerializationObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]
30
32 {
34 }
35
36 [RequiresUnreferencedCode("SerializationObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]
42}
bool TryAdd(TKey key, TValue value)
static SerializationEvents GetSerializationEventsForType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type t)