boxedSerialize

Serializes a pointer to a GBoxed of the given type into a json.node.Node.

If the serialization is not possible, this function will return NULL.

boxedSerialize
(,
const(void)* boxed = null
)

Parameters

gboxedType gobject.types.GType

a boxed type

boxed const(void)*

a pointer to a boxed of type gboxed_type

Return Value

Type: json.node.Node

a node with the serialized boxed type