Chances of D getting proper runtime reflection?

Jacob Carlborg doob at me.com
Mon Aug 22 06:13:03 PDT 2011


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


More information about the Digitalmars-d mailing list