mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-04 21:29:08 +01:00
1.1 KiB
1.1 KiB
StaticJsonConverter<T>
Namespace: TinyLife > Utilities
Assembly: Tiny Life.dll
Summary
A Newtonsoft.Json.JsonConverter
1that doesn't actually serialize the object, but instead serializes the name given to it by the underlying
System.Collections.Generic.Dictionary2
.
Constructors
Name | Summary |
---|---|
StaticJsonConverter ( Dictionary <String , T > ) |
Methods
Return | Name | Summary |
---|---|---|
T | ReadJson ( JsonReader , Type , T , Boolean , JsonSerializer ) |
|
void | WriteJson ( JsonWriter , T , JsonSerializer ) |