From 3434650848e500d605447388ef7e069ee1515b72 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Feb 2009 12:21:54 -0400 Subject: Removed the binary caching code, and the XML, QIF and Gnucash parsers. --- src/value.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/value.h') diff --git a/src/value.h b/src/value.h index 5b034d03..8ee00a10 100644 --- a/src/value.h +++ b/src/value.h @@ -929,24 +929,6 @@ public: const int latter_width = -1) const; void print(std::ostream& out, const bool relaxed = true) const; - /** - * Serialization methods. A value may be deserialized from an input - * stream or a character pointer, and it may be serialized to an - * output stream. The methods used are: - */ - void read(std::istream& in); - 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. */ -- cgit v1.2.3