mirror of
https://github.com/USCiLab/cereal.git
synced 2025-10-18 01:45:52 +02:00
renamed CEREAL_ARCHIVE_RESTRICT_SERIALIZE to CEREAL_ARCHIVE_RESTRICT, more progress on xml serializtion
This commit is contained in:
@@ -333,8 +333,10 @@ int main()
|
||||
|
||||
{
|
||||
std::ifstream is("out.xml");
|
||||
cereal::XMLInputArchive oar( is );
|
||||
std::cout << oar.itsData.size() << std::endl;
|
||||
cereal::XMLInputArchive iar( is );
|
||||
|
||||
//int z;
|
||||
//iar( cereal::make_nvp("hello", z) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user