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
