TinyLifeExampleMod/Api/TinyLife/Utilities/StaticJsonConverter-1.md

1.1 KiB

StaticJsonConverter<T>

Namespace: TinyLife > Utilities

Assembly: Tiny Life.dll

Summary

A Newtonsoft.Json.JsonConverter1that doesn't actually serialize the object, but instead serializes the name given to it by the underlyingSystem.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 )