comparison orange/xml/_.d @ 9:99c52d46822a

Serialization works now with D2, deserialization still doesn't work
author Jacob Carlborg <doob@me.com>
date Sat, 24 Jul 2010 18:58:18 +0200
parents
children
comparison
equal deleted inserted replaced
8:613a0bb20207 9:99c52d46822a
1 /**
2 * Copyright: Copyright (c) 2010 Jacob Carlborg.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Jul 23, 2010
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */
7 module orange.xml._;
8
9 public:
10
11 import orange.xml.PhobosXML;
12 import orange.xml.XMLDocument;