Learn » Examples

Intrusive ExamplesDescriptionLink
checkpoint_example_1Serialization of a structureProgram Example 1
checkpoint_example_2Serialization of a custom structureProgram Example 2
checkpoint_example_3Illustrate needs for constructor/destructorProgram Example 3
checkpoint_example_4_to_fileSerialize / deserialize structure to fileProgram Example Serialize To File
checkpoint_example_5_polymorphicSerialization of polymorphic class hierarchyPolymorphic Serialization Example
checkpoint_example_6_polymorphic_macroSerialization of polymorphic class hierarchy with macrosPolymorphic Serialization Example w/Macros
checkpoint_example_7_traversalSerialization with custom traverserProgram Example Traversal
checkpoint_example_user_traitsSerialization with user traitsProgram Example User Traits

   

Non-Intrusive ExamplesDescriptionLink
checkpoint_example_1Serialization of a structureNon-Intrusive Program Example 1
checkpoint_example_2Serialization of a custom structureNon-Intrusive Program Example 2
checkpoint_example_3Illustrate needs for constructor/destructorNon-Intrusive Program Example 3
checkpoint_example_4_to_fileSerialize / deserialize structure to fileNon-Intrusive Program Example Serialize To File
checkpoint_example_5_polymorphicSerialization of polymorphic class hierarchyNon-Intrusive Polymorphic Serialization Example
checkpoint_example_6_polymorphic_macroSerialization of polymorphic class hierarchy with macrosNon-Intrusive Polymorphic Serialization Example w/Macros
checkpoint_example_7_traversalSerialization with custom traverserNon-Intrusive Program Example Traversal