A* Pathfinding Project  3.6.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
IntKeyDictionaryConverter Class Reference

Enables json serialization of dictionaries with integer keys. More...

Detailed Description

Enables json serialization of dictionaries with integer keys.

Public Member Functions

override bool CanConvert (Type type)
 
override object ReadJson (Type type, Dictionary< string, object > values)
 
override Dictionary< string,
object > 
WriteJson (Type type, object value)
 

Member Function Documentation

override bool CanConvert ( Type  type)
override object ReadJson ( Type  type,
Dictionary< string, object >  values 
)
override Dictionary<string,object> WriteJson ( Type  type,
object  value 
)

The documentation for this class was generated from the following file: