Merge: Document Nit Serialization
authorJean Privat <jean@pryen.org>
Wed, 18 Mar 2015 05:40:51 +0000 (12:40 +0700)
committerJean Privat <jean@pryen.org>
Wed, 18 Mar 2015 05:40:51 +0000 (12:40 +0700)
commitf88ada86c33f4580728b3e2430d6e722c64fc83f
treee97bd0fd4750fc5f8f600905fdccdfec0696f63c
parent02bd2e568b1f0e7331524788eda3cda1ce30b161
parent7a0a5da45add8565c972b2ea9745d9610649c1b7
Merge: Document Nit Serialization

The Nit serialization system did not have any documentation. This is the base to a better documentation.

In a next PR I may make more services of the serializers private. Implementations, such as json_serialization, will need to intrude import serialization. However, the end-user will only see the basic services.

Pull-Request: #1202
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Philippe Pépos Petitclerc <>
Reviewed-by: Frédéric Vachon <fredvac@gmail.com>