Json.SerializableIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
deserialize_property |
r |
||
find_property |
r |
||
g_iface |
r |
||
get_property |
r |
||
list_properties |
r |
||
serialize_property |
r |
||
set_property |
r |
Methods¶
None
Details¶
- class Json.SerializableIface¶
Interface that allows serializing and deserializing object instances with properties storing complex data types.
The [func`Json`.gobject_from_data] and [func`Json`.gobject_to_data] functions will check if the passed object type implements this interface, so it can also be used to override the default property serialization sequence.