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