JsonBin class provides methods for parsing and writing binary JSON-like data.
JsonBin类提供了用于解析和写入二进制JSON数据的方法。
静态
The ArrayBuffer to be checked.
True if the data is identified as JSONBin data, false otherwise.
Checks if the given ArrayBuffer contains JSONBin data.
检查给定的ArrayBuffer是否包含JsonBin数据。
The ArrayBuffer to be parsed.
可选
An optional function to create objects with class information
The parsed data as an object. If parsing fails, returns null.
Parses the given ArrayBuffer as JSONBin data.
将给定的ArrayBuffer解析为JsonBin数据。
The object to be serialized.
A flag indicating whether to include class information (default is false).
The serialized object as an ArrayBuffer.
Serializes the given object into a binary format and returns the resulting buffer.
将给定对象序列化为二进制格式并返回生成的缓冲区。
En
JsonBin class provides methods for parsing and writing binary JSON-like data.
Zh
JsonBin类提供了用于解析和写入二进制JSON数据的方法。