Groups
Groups
Sign in
Groups
Groups
cereal serialization library
Conversations
About
Send feedback
Help
Serialization in the code intended to compile without RTTI
70 views
Skip to first unread message
Anton Menshov
unread,
Jul 1, 2020, 9:32:58 PM
7/1/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cereal serialization library
I have the code that uses serialization via cereal. However, this code will have to be compiled without RTTI support (
-fno-rtti
).
From what I understand, according to
https://uscilab.github.io/cereal/polymorphism.html
cereal uses RTTI to perform serialization of polymorphic types.
I wonder:
Is it possible to use cereal when serializing non-polymorphic types?
Are there additional step one can do to still perform serialization of polymorphic types with cereal without RTTI?
By today, I found only
this question
on StackOverflow, which is not answered and does not give me too much hope.
Any thoughts?
Thanks!
Reply all
Reply to author
Forward
0 new messages