Function
Jsonboxed_register_serialize_func
Declaration [src]
void
json_boxed_register_serialize_func (
GType gboxed_type,
JsonNodeType node_type,
JsonBoxedSerializeFunc serialize_func
)
Description [src]
Registers a serialization function for a GBoxed
of type gboxed_type
to a JsonNode
of type node_type
.
Available since: | 0.10 |
This function is not directly available to language bindings |
Parameters
gboxed_type |
GType |
A boxed type. |
|
node_type |
JsonNodeType |
A node type. |
|
serialize_func |
JsonBoxedSerializeFunc |
Serialization function. |