Skip to content

Lightweight serializer for C++, works out of box for trivially copyable types, ranges, aggregates, and classes with a structured binding.

License

Notifications You must be signed in to change notification settings

KaixoCode/serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serializer

Simple serializer for C++, works out of the box with trivially copyable types, ranges, aggregates, and classes that define a structured binding which can also be constructed with the types in the structured binding. For other classes simply specialize the serialize class.

Requires my Type Utils library to work.

Examples

See example.cpp for a list of examples.

About

Lightweight serializer for C++, works out of box for trivially copyable types, ranges, aggregates, and classes with a structured binding.

Topics

Resources

License

Stars

Watchers

Forks