Valadoc | Vala | Tutorial | API-References | Markup

Serializable


Object Hierarchy:

Object hierarchy for Serializable

Description:

public interface Serializable : Object

Interface that allows serializing and deserializing Objects with properties storing complex data types. The serialize_gobject function will check if the passed Object implements this interface, so it can also be used to override the default property serialization sequence.


Namespace: Json
Package: json-glib-1.0

Content:

Methods: