Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonSerializerContext.cs
Go to the documentation of this file.
3
5
7public abstract class JsonSerializerContext
8{
10
12
14 {
15 get
16 {
17 if (_options == null)
18 {
20 _options._context = this;
21 }
22 return _options;
23 }
24 }
25
44
46
59
60 public abstract JsonTypeInfo? GetTypeInfo(Type type);
61}
static void ThrowInvalidOperationException_JsonSerializerOptionsAlreadyBoundToContext()