boxedCanSerialize

Checks whether it is possible to serialize a GBoxed of type gboxed_type into a json.node.Node.

The type of the node is placed inside node_type if the function returns TRUE, and it's undefined otherwise.

Parameters

gboxedType gobject.types.GType

a boxed type

nodeType json.types.NodeType

the node type to which the boxed type can be serialized into

Return Value

Type: bool

TRUE if the type can be serialized, and FALSE otherwise