TRUE if the type can be deserialized, and FALSE otherwisebool 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.
gboxedType | a boxed type |
nodeType | a node type |
TRUE if the type can be deserialized, and FALSE otherwise