Serialize()
Summary
Serializes a GISDK object into an options array.
Changes
Added to Version 2017.
Syntax
array arr = Serialize(object obj)
| Argument | Contents |
|---|---|
| obj | An object (an instance of a GISDK class) |
Returns
An array representing the serialized object.
Notes
-
For more information, see Serialization.
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The input is not a proper object. |
See Also
| Function | Summary |
|---|---|
| Deserialize() | Deserializes an options array into a GISDK object |