静态
ARRAY16静态
ARRAY32静态
ARRAY8静态
ARRAYBUFFER静态
ARRAYBUFFER32静态
ARRAYDOUBLE静态
ARRAYEMPTY静态
ARRAYNUM16静态
ARRAYNUM32静态
ARRAYNUM8静态
ARRAYREF静态
ARRAYREF32静态
ARRAYREFSOURCE16静态
ARRAYREFSOURCE8静态
ARRAYSTRING静态
BOOLEAN静态
COMPRESS_静态
COMPRESS_静态
COMPRESS_静态
DOUBLE静态
FLOAT32ARRAY静态
INT16ARRAY静态
INT8ARRAY静态
ISJSONBIN静态
ISJSONBIN2静态
ISJSONBIN3静态
NULL静态
NUM16静态
NUM16_静态
NUM32静态
NUM32_静态
NUM64静态
NUM8静态
OBJECT静态
OBJECTEND静态
OBJECTTHISCLASS静态
SPLITCHAR静态
STRING静态
UINT8ARRAY静态
WORDTEXT静态
instanceThe singleton instance of the JsonBinRead class.
The ArrayBuffer containing the binary JSON data to be read.
A function used to create objects with specific classes during the parsing process (optional).
The parsed object. If the data format is not recognized, it returns null.
Reads binary JSON data from the given ArrayBuffer and parses it into an object. It first initializes some internal state, determines the format based on a marker in the buffer, creates a keyMap for decoding, and then uses the _readOne method to start parsing the data. It also measures and may log the parsing time if it exceeds a certain threshold.
静态
_toThe first number.
The second number.
The combined large number.
静态
Is静态
parseThe ArrayBuffer to be parsed.
The parsed data as an object. If parsing fails, returns null.
静态
parse
En
JsonBinRead class provides methods for parsing and reading binary JSON-like data. It uses custom type codes and supports compression and various data structures.
Zh
JsonBinRead 类提供了用于解析和读取二进制 JSON 数据的方法。 它使用自定义的类型码,支持压缩和多种数据结构。