Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 866 Bytes

File metadata and controls

17 lines (11 loc) · 866 Bytes

Serializer

A crude C++17 & ↑-wards header-only library for data structure serialization.

Release version Total downloads C version wakatime

This library aims to be as simple as possible, helping serialize C++ data structures. An example test.cpp has been provided that implements (de)serialization for std::string.

Licesense

This project uses a MIT license.