Library request thread

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 22 12:49:46 PDT 2014


On 2014-10-22 10:13, ponce wrote:

> 2. A binary serialization library that support versions of data schemes.
> Would allow to load previous versions of data when the scheme has
> changed and fields have been added/removed.

Sounds like Protocol Buffers [1], D implementations: [2] [3].

[1] http://code.google.com/p/protobuf/
[2] http://code.dlang.org/packages/dproto
[3] https://github.com/opticron/ProtocolBuffer

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list