Orange - a serialization library

Jacob Carlborg doob at me.com
Sun Jul 25 07:08:43 PDT 2010


This if the first release of the Orange serialization library. Here is a 
short description of the library:

Orange is a serialization library for D1 and D2, supporting both Tango 
and Phobos. It can serialize most of the available types in D, including 
third party types and can serialize through base class references. It 
supports fully automatic serialization of all supported types and also 
supports several ways to customize the serialization. Orange has a 
separate front end (the serializer) and back end (the archive) making it 
possible for the user to create new archive types that can be used with 
the existing serializer.

http://dsource.org/projects/orange

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list