mirror of
https://github.com/USCiLab/cereal.git
synced 2025-07-20 22:42:01 +02:00

Updated and made changes necessary for the new version of rapidjson. Looks good on ubuntu under the compilers I can test with, needs MSVC testing. We had some internal changes to rapidjson but these didn't seem necessary with the new version. Haven't done any performance testing, initial estimates put it at nearly the same speed for json serialization. Could probably optimize things. relates #82, #121