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
