diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index 069a3c46..ae6efc62 100644 --- a/src/value.h +++ b/src/value.h @@ -897,6 +897,15 @@ public: void read(const char *& data); void write(std::ostream& out) const; + /** @name XML Serialization + */ + /*@{*/ + + void read_xml(std::istream& in); + void write_xml(std::ostream& out, const int depth = 0) const; + + /*@}*/ + /** * Debugging methods. */ |