Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DataContractJsonSerializerSettings.cs
Go to the documentation of this file.
2
4
6{
7 private int _maxItemsInObjectGraph = int.MaxValue;
8
9 public string? RootName { get; set; }
10
11 public IEnumerable<Type>? KnownTypes { get; set; }
12
14 {
15 get
16 {
18 }
19 set
20 {
22 }
23 }
24
25 public bool IgnoreExtensionDataObject { get; set; }
26
28
29 public DateTimeFormat? DateTimeFormat { get; set; }
30
31 public bool SerializeReadOnlyTypes { get; set; }
32
33 public bool UseSimpleDictionaryFormat { get; set; }
34}