Class UBJsonReader

java.lang.Object
arc.util.serialization.UBJsonReader
All Implemented Interfaces:
BaseJsonReader

public class UBJsonReader extends Object implements BaseJsonReader
Lightweight UBJSON parser.

The default behavior is to parse the JSON into a DOM containing JsonValue objects. Extend this class and override methods to perform event driven parsing. When this is done, the parse methods will return null.