JsonSerialization class

Constructors

JsonSerialization()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

controlCommandNames List<String>
no setter

Static Methods

JArrayToContainer(List jArray) → dynamic
JArrayToRuntimeObjList<T extends RuntimeObject>(List jArray, [bool skipLast = false]) → dynamic
JObjectToChoice(Map<String, dynamic> jObj) → dynamic
JObjectToDictionaryRuntimeObjs(Map<String, dynamic> jElementObj) Map<String, RuntimeObject>
JTokenToListDefinitions(dynamic obj) → ListDefinitionsOrigin
JTokenToRuntimeObject(dynamic token) RuntimeObject?
WriteChoice(SimpleJsonWriter writer, Choice choice) → dynamic
WriteDictionaryRuntimeObjs(SimpleJsonWriter writer, Map<String, RuntimeObject> dictionary) → dynamic
WriteInkList(SimpleJsonWriter writer, ListValue listVal) → dynamic
WriteIntDictionary(SimpleJsonWriter writer, Map<String, int> dict) → dynamic
WriteListRuntimeObjs(SimpleJsonWriter writer, List<RuntimeObject> list) → dynamic
WriteRuntimeContainer(SimpleJsonWriter writer, Container? container, [bool withoutName = false]) → dynamic
WriteRuntimeObject(SimpleJsonWriter writer, RuntimeObject obj) → dynamic