jsonserialized.deserialization

Undocumented in source.

Members

Functions

deserializeFromJSONValue
void deserializeFromJSONValue(T array, JSONValue jsonValue)

Deserialize the contents of a JSONValue into the specified array.

deserializeFromJSONValue
void deserializeFromJSONValue(T associativeArray, JSONValue jsonValue)

Deserialize the contents of a JSONValue into the specified associative array.

deserializeFromJSONValue
void deserializeFromJSONValue(T obj, JSONValue jsonValue)

Deserialize the contents of a JSONValue into the specified struct or class.

deserializeFromJSONValue
T deserializeFromJSONValue(JSONValue jsonValue)

Deserialize the contents of a JSONValue into a struct of type T, returning the newly created struct.

Meta