You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When serializing and deserializing a large std::string (10MB) using cereal::BinaryOutputArchive and cereal::BinaryInputArchive (PortableBinaryInputArchive also has this issue), the deserialization process fails with the error:
Failed to read 10485760 bytes from input stream! Read 10485752
Description:
When serializing and deserializing a large std::string (10MB) using
cereal::BinaryOutputArchive
andcereal::BinaryInputArchive
(PortableBinaryInputArchive
also has this issue), the deserialization process fails with the error:Minimal Reproducible Example:
Additional Information:
Cereal Version v1.3.0
MSVC 2017
Windows10
The size of the output.bin file:
The text was updated successfully, but these errors were encountered: