boxed_can_serialize


Description:


[ Version ( since = "0.10" ) ]
public bool boxed_can_serialize (Type gboxed_type, out NodeType node_type)

Checks whether it is possible to serialize a `GBoxed` of type `gboxed_type` into a [struct@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

a boxed type

node_type

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

Returns:

`TRUE` if the type can be serialized, and `FALSE` otherwise


Namespace: Json
Package: json-glib-1.0