Added comments

This commit is contained in:
Benoit Blanchon
2014-11-06 16:58:24 +01:00
parent 086e99efb4
commit d94bcbf249
3 changed files with 94 additions and 28 deletions

View File

@ -86,6 +86,7 @@ class JsonObject : public Internals::JsonPrintable<JsonObject>,
// This is used when memory allocation or JSON parsing fail.
static JsonObject &invalid() { return _invalid; }
// Serialize the object to the specified JsonWriter
template <typename T>
void writeTo(T &writer) const;