Function

Json-1.0Jsonboxed_can_serializeSince 0.10

  • Checks whether it is possible to serialize a GBoxed of type gboxed_type into a Json.Node.

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

    Parameters

    • gboxed_type: GType

      a boxed type

    Returns [boolean, Json.NodeType]

    TRUE if the type can be serialized, and FALSE otherwise

    0.10