Wanzyee Studio
Json.NET Converters

Make Json.NET to support Unity types and dictionary better. More...

Classes

class  InitializeMethodAttribute
 Adapt built-in initialize method attribute with callback order. More...
 
class  LinqExtension
 Extension methods for linq operation. More...
 
class  TypeExtension
 Extension methods for System.Type. More...
 
class  BoundsConverter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Bounds. More...
 
class  ColorConverter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Color. More...
 
class  DataContractResolver
 The resolver to make sure custom classes with DataContractAttribute work. More...
 
class  DictionaryConverter
 Custom Newtonsoft.Json.JsonConverter for System.Collections.Generic.Dictionary. More...
 
class  JsonNetUtility
 Integrate custom Newtonsoft.Json.JsonConverter and minor tweaks to use Json.NET in Unity. More...
 
class  Matrix4x4Converter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Matrix4x4. More...
 
class  PartialConverter< T >
 Custom base Newtonsoft.Json.JsonConverter to filter serialized properties. More...
 
class  QuaternionConverter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Quaternion. More...
 
class  RectConverter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Rect. More...
 
class  RectOffsetConverter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.RectOffset. More...
 
class  Vector2Converter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Vector2. More...
 
class  Vector3Converter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Vector3. More...
 
class  Vector4Converter
 Custom Newtonsoft.Json.JsonConverter for UnityEngine.Vector4. More...
 

Detailed Description

Make Json.NET to support Unity types and dictionary better.