USCiLab / cereal

A C++11 library for serialization
BSD 3-Clause "New" or "Revised" License
4.25k stars 767 forks source link

External load_and_construct does not work with Binary archive #839

Open unpatel-nvidia opened 1 month ago

unpatel-nvidia commented 1 month ago

https://uscilab.github.io/cereal/pointers.html

I have defined external load_and_construct which works fine with XML and JSON archive but does not get invoked at all incase of Binary archive.

unpatel-nvidia commented 1 month ago

Works fine with portable binary as well. Its an issue with binary archive and external load_and_construct.