Skip to content

LowCostCustoms/cereal-inline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cereal-inline

This simple script allows to serialize values into/from JSON/XML/... archives without need to create enclosing parent node.

Usage is simple:

using namespace cereal;

JSONInputArchive archive(stream);

MySerializable s;
load_inline(archive, s);

Note that this script doesn't work with versioned containers.

About

Inline archives serialization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages