Orange - Free from D1/Tango

Jacob Carlborg doob at me.com
Sun Feb 17 12:51:16 PST 2013


I just stripped out all D1 and Tango related code from Orange. D1/Tango 
is still supported in the d1 branch. Hopefully this will make it easier 
to integrate into Phobos.

It also now supports UDA's for indicating a field/class/struct shouldn't 
be serialized:

class Foo
{
     @nonSerialized int a;
}

@nonSerialized class Bar { }

For those unfamiliar with Orange, it's a serialization library. More 
information available at github:

https://github.com/jacob-carlborg/orange

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list