On 2013-02-18 10:43, Dmitry Olshansky wrote:
> Exactly.
>
> Would be nice to be able to mark the whole structs as non-serializable
> though. And of course, to not have to import serialization library just
> to get the annotations.
import orange.serialization.Serializable;
@nonSerialized class Bar { }
--
/Jacob Carlborg