On 2011-08-22 13:37, Kagamin wrote:
Jacob Carlborg Wrote:This is for a serialization library where third party types need to be serializable. I don't like the idea of annotate everything that should be serializable.I believe Adam Ruppe wrote serialization that works automatically.
My library works automatically for all types, except when serializing through a base class reference. Then the subclass have to be registered with the serializer.
-- /Jacob Carlborg