summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.c
Commit message (Expand)AuthorAgeFilesLines
* Update after the JsonParser::get_root changeEmmanuele Bassi2008-01-291-3/+1
* Wrap config.h include with conditionalsEmmanuele Bassi2007-12-251-0/+2
* Provide a default implementation of JsonSerializableEmmanuele Bassi2007-12-251-88/+120
* Free the root node obtained using json_parser_get_root()Emmanuele Bassi2007-11-211-0/+2
* Allow deserialization of strings into enums/flagsEmmanuele Bassi2007-11-201-0/+170
* Change "responsible" to "asked" in the (de)serialization functions docsEmmanuele Bassi2007-11-131-7/+8
* Use the fallback value-to-node generator even for serializablesgobject-deserializeEmmanuele Bassi2007-11-131-6/+11
* Fix a couple of dumb typos in the GObject deserialization codeEmmanuele Bassi2007-11-131-2/+4
* Add node-to-property simple fallback parser for deserializationEmmanuele Bassi2007-11-131-9/+85
* Initial implementation of GObject deserialization functionEmmanuele Bassi2007-11-101-12/+170
* We need the actual implementation of the JsonSerializable GType functionEmmanuele Bassi2007-10-161-0/+6
* Add the JsonSerializable interfaceEmmanuele Bassi2007-10-161-31/+157
* Add GObject serialization support for JSON-GLibEmmanuele Bassi2007-10-021-0/+169