renamed CEREAL_ARCHIVE_RESTRICT_SERIALIZE to CEREAL_ARCHIVE_RESTRICT, more progress on xml serializtion

This commit is contained in:
Shane Grant
2013-07-03 14:00:31 -07:00
parent 5cecbdf08f
commit c2d2e2d142
4 changed files with 36 additions and 12 deletions

View File

@@ -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) );
}