new SuperMap.Format(options)
common/format/Format.js, line 7
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
可选参数。
|
Classes
Members
-
dataObject
-
当 keepData 属性设置为 true,这是传递给 read 操作的要被解析的字符串。
-
keepDataObject
-
保持最近读到的数据的引用(通过 属性)。
Methods
-
destroy()
common/format/Format.js, line 38 -
销毁该格式类,释放相关资源。
-
read(data)
common/format/Format.js, line 46 -
来从字符串中读取数据。
Name Type Description data
string 读取的数据。
-
write(object){string}
common/format/Format.js, line 55 -
将对象写成字符串。
Name Type Description object
Object 可序列化的对象。
Returns:
Type Description string 对象被写成字符串。