Actually, I just wrote a set of classes that is compatible with Haxe's
Dynamic type, so that I could do Haxe serialization to and from D
programs. I'd started that for a database I'm working on, but I've
switched to Java for it's implementation, since there's just not
enough D support libraries for what I was trying to do.
The D <-> Haxe serialization even allows for serializing and
deserializing classes, as long as the class is written in both
languages having the same fields etc. Check the /ext/Tests/ directory,
I should have examples in there as well.
Russell.