boxedCanDeserialize

Checks whether it is possible to deserialize a GBoxed of type gboxed_type from a json.node.Node of type node_type.

Parameters

gboxedType gobject.types.GType

a boxed type

nodeType json.types.NodeType

a node type

Return Value

Type: bool

TRUE if the type can be deserialized, and FALSE otherwise