Einhugur Serialization Framework for Xojo |
|
JSONSerializer.DeSerialize Method
De-serialize's a class structure
DeSerialize(
item as Object,
rootName as String,
jsonDoc as JSONNode)
Parameters
- item
- The object to de-serialize into
- rootName
- Name of the root.
- jsonDoc
- The JSON Document to be de-serialized.
Remarks
See Also
JSONSerializer Class