Groups
Groups
Sign in
Groups
Groups
cereal serialization library
Conversations
About
Send feedback
Help
cereal serialization library
Contact owners and managers
1–30 of 166
cereal - a C++11 library for serialization
Before emailing the list, check if your question hasn't been addressed previously here, on StackOverflow, or on the GithHub page.
Mark all as read
Report group
0 selected
Luca Dolci
May 20
Cleanest way to skip the load of an unwanted member
I want to skip the load of an object since that class is going to be eliminated from codebase,
unread,
Cleanest way to skip the load of an unwanted member
I want to skip the load of an object since that class is going to be eliminated from codebase,
May 20
Larry Fischer
4/4/24
Is Cereal still being maintained? Recommended?
Im looking into cross platform, low overhead serialization for C++. I have gotten Cereal working on
unread,
Is Cereal still being maintained? Recommended?
Im looking into cross platform, low overhead serialization for C++. I have gotten Cereal working on
4/4/24
Gene Massion
,
Rand Voorhies
7
3/19/24
Help fixing cereal code
Hey Gene, > Whichever stuct I decerealize first, works and the second one fails This sounds like
unread,
Help fixing cereal code
Hey Gene, > Whichever stuct I decerealize first, works and the second one fails This sounds like
3/19/24
lin abc
9/24/23
Does a complex json cereal do the serialization for him
I want to define a structured object for this json for quick manipulation. But this json is too
unread,
Does a complex json cereal do the serialization for him
I want to define a structured object for this json for quick manipulation. But this json is too
9/24/23
Gene Massion
,
Erich Keane
3
5/7/23
Closing seems to break my code
Thanks for the quick response. I don't seem to have permission to reply to your response while I
unread,
Closing seems to break my code
Thanks for the quick response. I don't seem to have permission to reply to your response while I
5/7/23
lin abc
,
Erich Keane
3
3/22/23
bug json
Thank you for the clarification. Erich Keane <erich...@verizon.net> 于2023年3月15日周三 20:52写道:
unread,
bug json
Thank you for the clarification. Erich Keane <erich...@verizon.net> 于2023年3月15日周三 20:52写道:
3/22/23
Dhananjai Kumar
5/26/22
Understanding Serialisation of Model
I am trying to understand how cereal library performs serialisation of Machine learning model which
unread,
Understanding Serialisation of Model
I am trying to understand how cereal library performs serialisation of Machine learning model which
5/26/22
XuClever
3/7/22
workable program (including the main function) using virtual inheritance in cereal
Hello! Working with virtual inheritance in cereal is very hard. Would anyone share a small workable
unread,
workable program (including the main function) using virtual inheritance in cereal
Hello! Working with virtual inheritance in cereal is very hard. Would anyone share a small workable
3/7/22
Shane Grant
2/27/22
cereal v1.3.2 released
cereal v1.3.2 has been released - please see github for the full release notes: https://github.com/
unread,
cereal v1.3.2 released
cereal v1.3.2 has been released - please see github for the full release notes: https://github.com/
2/27/22
Shane Grant
1/17/22
cereal v1.3.1 released
cereal v1.3.1 has been released - please see github for the full release notes: https://github.com/
unread,
cereal v1.3.1 released
cereal v1.3.1 has been released - please see github for the full release notes: https://github.com/
1/17/22
Lefteris Kotsonis
, …
Alessio M
3
1/7/22
How to (de)/serialise a third-party library type?
See LoadAndConstruct template<class T> struct cereal::LoadAndConstruct< T > A class that
unread,
How to (de)/serialise a third-party library type?
See LoadAndConstruct template<class T> struct cereal::LoadAndConstruct< T > A class that
1/7/22
Bruno Nicoletti
8/27/21
Not serialising to JSON/XML of key/value pairs if the value is at a default
Is there a way to get cereal to elide key/value pairs from a JSON/XML stream if the value is at some
unread,
Not serialising to JSON/XML of key/value pairs if the value is at a default
Is there a way to get cereal to elide key/value pairs from a JSON/XML stream if the value is at some
8/27/21
Romain Noël
8/5/21
How to load polymorphic class without knowing its polymorphic_id?
Dear developers, I would like to load an XML archive into a polymorphic pointer, therefore I followed
unread,
How to load polymorphic class without knowing its polymorphic_id?
Dear developers, I would like to load an XML archive into a polymorphic pointer, therefore I followed
8/5/21
Matthias
6/15/21
Get access to raw buffer for usage within MPI (message parsing interface)
Is it possible to get access to a serialized object in form of a pointer to the begin of the
unread,
Get access to raw buffer for usage within MPI (message parsing interface)
Is it possible to get access to a serialized object in form of a pointer to the begin of the
6/15/21
Shane Grant
, …
murat keçeli
3
5/27/21
cereal v1.3.0 released
I appreciate all the efforts for the Cereal library and understand the difficulties in maintaining a
unread,
cereal v1.3.0 released
I appreciate all the efforts for the Cereal library and understand the difficulties in maintaining a
5/27/21
Adam Boseley
4/22/21
minimal json output
Is there a way to generate a minimal json string without all the extra pretty formatting ? I can'
unread,
minimal json output
Is there a way to generate a minimal json string without all the extra pretty formatting ? I can'
4/22/21
Dilip Simha
3/29/21
Need multiple deserializers for same type
I use cereal to load and save a particular data type, let's say "class T1 { int a; int b;};
unread,
Need multiple deserializers for same type
I use cereal to load and save a particular data type, let's say "class T1 { int a; int b;};
3/29/21
Vadim
1/7/21
Custom archive type
Hi, I would like implement serialization of raw pointers in Cereal (in some restricted cases). I am
unread,
Custom archive type
Hi, I would like implement serialization of raw pointers in Cereal (in some restricted cases). I am
1/7/21
Rajesh Khan
, …
Avon Dalitz
6
11/16/20
Unable to deserialize a json string - cereal::RapidJSONException
@Avon thanks this works. Is there a way for me to not have to make it an object ? (ie) not use value0
unread,
Unable to deserialize a json string - cereal::RapidJSONException
@Avon thanks this works. Is there a way for me to not have to make it an object ? (ie) not use value0
11/16/20
Alessio M
9/8/20
flushing an archive outside the destructor
Hi All How does one flush an archive before destroying it? It doesn't seem possible. It seems
unread,
flushing an archive outside the destructor
Hi All How does one flush an archive before destroying it? It doesn't seem possible. It seems
9/8/20
David Hysom
,
Nikolaus Demmel
4
8/19/20
outside of classes
Not sure exactly what you mean by "deal with an stl object the same way as you do your classes
unread,
outside of classes
Not sure exactly what you mean by "deal with an stl object the same way as you do your classes
8/19/20
Paul Roberts
7/28/20
Cereal 1.3.0 compile error "declaration with an exception-specification..."
Hello all, Seems to be something simple here. I am using Cereal 1.3.0 to attempt a simple
unread,
Cereal 1.3.0 compile error "declaration with an exception-specification..."
Hello all, Seems to be something simple here. I am using Cereal 1.3.0 to attempt a simple
7/28/20
Anton Menshov
7/1/20
Serialization in the code intended to compile without RTTI
I have the code that uses serialization via cereal. However, this code will have to be compiled
unread,
Serialization in the code intended to compile without RTTI
I have the code that uses serialization via cereal. However, this code will have to be compiled
7/1/20
Li San Low
6/26/20
Cereal is highlighted as insecure (vulnerable module), refer to CVE-2020-11105
Is this a known issue? Anyone has plan to address this vulnerability? https://www.whitesourcesoftware
unread,
Cereal is highlighted as insecure (vulnerable module), refer to CVE-2020-11105
Is this a known issue? Anyone has plan to address this vulnerability? https://www.whitesourcesoftware
6/26/20
Priyanka Ghosh
6/1/20
Seralization error encountered for unsigned __int128 (using gcc)
I am encountering an error while trying to (de)serialize a struct containing data-structure of type
unread,
Seralization error encountered for unsigned __int128 (using gcc)
I am encountering an error while trying to (de)serialize a struct containing data-structure of type
6/1/20
abra kadabra
5/14/20
Is it possible to read the version number with reading the whole data?
I would just like to know the version number of the highest (root) class in the archive without
unread,
Is it possible to read the version number with reading the whole data?
I would just like to know the version number of the highest (root) class in the archive without
5/14/20
Theodoros Theodoridis
4/8/20
Multiple calls to Archive::operator()
Hello Is the following behavior supported? struct MyClass { int x, y, z; template<class Archive
unread,
Multiple calls to Archive::operator()
Hello Is the following behavior supported? struct MyClass { int x, y, z; template<class Archive
4/8/20
Mateusz Herok
,
Shane Grant
2
4/3/20
Portable binary archive extra byte
It is not possible to remove this byte from the portable binary archive, as one of its main purposes
unread,
Portable binary archive extra byte
It is not possible to remove this byte from the portable binary archive, as one of its main purposes
4/3/20
Mickael Bonfill
,
Randolph Voorhies
2
3/20/20
Template specialization for proper linking
Hi Mickael, I just compiled your code and it worked just fine for me. You were missing a #include
unread,
Template specialization for proper linking
Hi Mickael, I just compiled your code and it worked just fine for me. You were missing a #include
3/20/20
yann suisini
,
Randolph Voorhies
2
3/20/20
Imbricated data
Hi Yann, If you define a serialization function for each of your structs then serializing Config
unread,
Imbricated data
Hi Yann, If you define a serialization function for each of your structs then serializing Config
3/20/20