Cerealed v0.6.1: even less boilerplate for binary serialization

via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Aug 3 05:21:04 PDT 2015


On Monday, 3 August 2015 at 11:51:24 UTC, Atila Neves wrote:
> Yes. `cerealise` and `decerealise`. The former is slightly 
> weird for performance reasons. It takes a lambda that tells it 
> what to do with the resulting bytes.
>
> Close with LDC and DMD, faster with GDC: 
> http://forum.dlang.org/post/nkcelouzpjsgmqtvnonq@forum.dlang.org

Nice!

Are there any plans to add different backends (for instance 
msgpack) to Cereal? Then we could have one package to rule them 
all!

I'll try Cereal in favor of msgpack next time!

Thanks, Atila!


More information about the Digitalmars-d-announce mailing list