boxedCanDeserialize

fnbool boxedCanDeserialize(gobject.types.GType gboxedType, json.types.NodeType nodeType)

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

Parameters

gboxedTypea boxed type
nodeTypea node type

Returns

TRUE if the type can be deserialized, and FALSE otherwise