gobject_deserialize


Description:


[ Version ( since = "0.10" ) ]
public Object gobject_deserialize (Type gtype, Node node)

Creates a new `GObject` 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_NODE_OBJECT` describing the object instance for the given type

Returns:

The newly created instance


Namespace: Json
Package: json-glib-1.0