|
A* Pathfinding Project
3.8.5
The A* Pathfinding Project for Unity 3D
|
A very tiny json serializer. More...
A very tiny json serializer.
It is not supposed to have lots of features, it is only intended to be able to serialize graph settings well enough.
Static Public Member Functions | |
| static void | Serialize (System.Object obj, System.Text.StringBuilder output) |
Private Member Functions | |
| TinyJsonSerializer () | |
| void | QuotedField (string name, string contents) |
| void | Serialize (System.Object obj) |
| void | SerializeUnityObject (UnityEngine.Object obj) |
Private Attributes | |
| System.Text.StringBuilder | output = new System.Text.StringBuilder() |
| Dictionary< Type, Action < System.Object > > | serializers = new Dictionary<Type, Action<object> >() |
|
private |
|
private |
|
static |
|
private |
|
private |
|
private |
|
private |