Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonReadWriteDelegates.cs
Go to the documentation of this file.
2
4
5internal sealed class JsonReadWriteDelegates
6{
8
9 public JsonFormatClassWriterDelegate ClassWriterDelegate { get; set; }
10
11 public JsonFormatClassReaderDelegate ClassReaderDelegate { get; set; }
12
13 public JsonFormatCollectionWriterDelegate CollectionWriterDelegate { get; set; }
14
15 public JsonFormatCollectionReaderDelegate CollectionReaderDelegate { get; set; }
16
17 public JsonFormatGetOnlyCollectionReaderDelegate GetOnlyCollectionReaderDelegate { get; set; }
18
23}
static Dictionary< DataContract, JsonReadWriteDelegates > GetJsonDelegates()
JsonFormatGetOnlyCollectionReaderDelegate GetOnlyCollectionReaderDelegate
static readonly Dictionary< DataContract, JsonReadWriteDelegates > s_jsonDelegates