serialization library - associative arrays ?

Daniel919 Daniel919 at web.de
Thu Dec 21 08:18:19 PST 2006


> What it does not do/is missing:
> - exception safety / multithread safety
> - out-of-class/struct serialization methods (is it possible to check  
> whether a specific overload exists at compile time?)
> - static arrays need to be serialized with describe_staticarray (static  
> arrays can't be inout, so the general-purpose template method doesn't  
> work... is there a way around the problem?)
> - things I forgot right now

Hi, what about associative arrays ?
serialization\basicarchive.d(100): static assert  (0) is false, "describe called  with unsupported type"



More information about the Digitalmars-d-announce mailing list