std.serialization: pre-voting review / discussion

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Aug 18 06:36:31 PDT 2013


On 8/18/13, Marek Janukowicz <marek at janukowicz.net> wrote:
> I recently needed some way to serialize a data structure (in order by save the
> state of the app and restore it later) and was quite disappointed there is
> nothing like that in Phobos.

FWIW you could try out msgpack-d: https://github.com/msgpack/msgpack-d#usage

It's a very tiny and a fast library.


More information about the Digitalmars-d mailing list