std.reflection prototype

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 14 01:16:16 PDT 2015


On 2015-04-14 07:03, bitwise wrote:

> You may want to look at "Orange".
> https://github.com/jacob-carlborg/orange
>
> The API is clean, and non-invasive. The only downside for me, is that in
> order to serialize a class by a base pointer, you have to register it at
> compile time.

Yeah, this will require runtime reflection to avoid the registering of 
the type.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list