Virtualvfunc_Asks a Json.Serializable implementation to deserialize the
property contained inside property_node and place its value
into value.
The value can be:
G_VALUE_INIT, which will be automatically
initialized with the expected type of the property by using the given
property description (since JSON-GLib 1.6)This function will not be called for properties that are marked as
as G_PARAM_CONSTRUCT_ONLY.
Virtualvfunc_Calls the Json.Serializable.find_property implementation on the Json.Serializable instance, which will return the property description for the given name.
the name of the property
Virtualvfunc_Calls the Json.Serializable.get_property implementation on the Json.Serializable instance, which will get the value of the given property.
Virtualvfunc_Asks a Json.Serializable implementation to serialize an object property into a JSON node.
Virtualvfunc_Calls the Json.Serializable.set_property implementation on the Json.Serializable instance, which will set the property with the given value.
Interface for implementing Serializable. Contains only the virtual methods that need to be implemented.