Binary serialization of a struct
Sergei Degtiarev via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Sep 16 16:36:11 UTC 2017
On Saturday, 16 September 2017 at 03:30:51 UTC, Joseph wrote:
> Are there any simple direct serialization libraries...
> I want something straight forward without allot of plumbing on
> my end.
You may also take a look at
https://github.com/sdegtiarev/persistentObject
This is small module for binary serialization.
More information about the Digitalmars-d-learn
mailing list