Skip to content

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

License

Notifications You must be signed in to change notification settings

makuke1234/Serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.