JsonizeConstructorException

Thrown when a type has no default constructor and the custom constructor cannot be fulfilled.

Members

Static functions

doThrow
void doThrow(JSONValue json)

Construct and throw a JsonizeConstructorException

Variables

json
JSONValue json;

The json value that was being deserialized

targetType
TypeInfo targetType;

Tye type jsonizer was attempting to deserialize to.

Meta