xserial 1.0.0 - binary serialization and deserialization library

Mark White kripth04 at gmail.com
Thu Aug 23 11:11:11 UTC 2018


Binary serialization and deserialization library.

Features:
   - Serializes and deserializes booleans, numbers, chars, arrays, 
tuples, structs and classes.
   - Specify the endianness and the array's length when 
serializing and deserializing.
   - Numerous attributes for structs and classes.

Some code examples are available in the project's README.

DUB: https://code.dlang.org/packages/xserial
GitHub: https://github.com/Kripth/xserial
Attributes: https://github.com/Kripth/xserial#attributes


More information about the Digitalmars-d-announce mailing list