Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonCollectionInfoValues.cs
Go to the documentation of this file.
2
4{
6
7 public JsonTypeInfo? KeyInfo { get; init; }
8
9 public JsonTypeInfo ElementInfo { get; init; }
10
12
13 public Action<Utf8JsonWriter, TCollection>? SerializeHandler { get; init; }
14}