gobjectDeserialize
fn
gobject.object.ObjectWrap gobjectDeserialize(gobject.types.GType gtype, json.node.Node node)Creates a new [gobject.object.ObjectWrap] instance of the given type, and constructs it using the members of the object in the given node.
Parameters
gtype | the type of the object to create |
node | a node of type [json.types.NodeType.Object] describing the object instance for the given type |
Returns
The newly created instance