Uses JsonBin
静态
The singleton instance of the JsonBinWrite class.
Gets the singleton instance of the JsonBinWrite class. If it doesn't exist, creates a new one.
获取JsonBinWrite类的单例实例。如果不存在,则创建一个新的实例。
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.
将给定对象序列化为二进制格式并返回生成的缓冲区。
已被弃用
Uses JsonBin