Binary Data Serialization Libraries
Dicebot
public at dicebot.lv
Fri Dec 6 06:14:13 PST 2013
On Friday, 6 December 2013 at 13:33:45 UTC, Jeroen Bollen wrote:
> Are there any Binary Data Serialization Libraries available
> written in D2? I'm looking for something like a BSON read/write
> library. (Although can be any other binary language really)
vibe.d BSON :
https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/data/bson.d
generic binary serialization library :
https://github.com/atilaneves/cerealed
There are certainly more out there but those two came to my mind
immediately.
More information about the Digitalmars-d-learn
mailing list