Json.SerializableIface¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| deserialize_property | object | r | |
| find_property | object | r | |
| g_iface | GObject.TypeInterface | r | |
| get_property | object | r | |
| list_properties | object | r | |
| serialize_property | object | r | |
| set_property | object | r | 
Methods¶
None
Details¶
- 
class Json.SerializableIface¶
- Interface that allows serializing and deserializing - GObject.Objectinstances with properties storing complex data types. The- Json.serialize_gobject() function will check if the passed- GObject.Objectimplements this interface, so it can also be used to override the default property serialization sequence.