Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cereal

Can't serialize std::vector with Cereal

c++11 serialization cereal

How can I know the size of Cereal's binary output?

c++ serialization cereal

Using Cereal to deserialize a JSON string

c++ json eclipse c++11 cereal

Cereal does not support raw pointers

c++ serialization cereal

How to serialize a boost::ptr_vector using cereal?

c++ boost cereal

Custom serialization of std::string_view causes unexpected compiler error

c++ c++17 cereal

C++ Cereal: serialize C-style array

c++ cereal

Virtual inheritance and polymorphism: Is the cereal library messing with object layout?

Using Cereal to serialize templated polymorphic types in a library

c++ templates cereal

Cereal serialization error

Cereal JSON output misses closing curly brace

c++ json cereal

How to serialize a json object without enclosing it in a sub-object using Cereal

c++ json serialization cereal

Serializing Eigen::Matrix using Cereal library

How to detect if a type is shared_ptr at compile time

Is there a way to specify a simpler JSON (de-)serialization for std::map using Cereal / C++?

Do cereal and Boost Serialization use zero-copy?