Examples
Intrusive Examples | Description | Link |
---|---|---|
checkpoint_example_1 | Serialization of a structure | Program Example 1 |
checkpoint_example_2 | Serialization of a custom structure | Program Example 2 |
checkpoint_example_3 | Illustrate needs for constructor/destructor | Program Example 3 |
checkpoint_example_4_to_file | Serialize / deserialize structure to file | Program Example Serialize To File |
checkpoint_example_5_polymorphic | Serialization of polymorphic class hierarchy | Polymorphic Serialization Example |
checkpoint_example_6_polymorphic_macro | Serialization of polymorphic class hierarchy with macros | Polymorphic Serialization Example w/Macros |
checkpoint_example_7_traversal | Serialization with custom traverser | Program Example Traversal |
checkpoint_example_user_traits | Serialization with user traits | Program Example User Traits |
Non-Intrusive Examples | Description | Link |
---|---|---|
checkpoint_example_1 | Serialization of a structure | Non-Intrusive Program Example 1 |
checkpoint_example_2 | Serialization of a custom structure | Non-Intrusive Program Example 2 |
checkpoint_example_3 | Illustrate needs for constructor/destructor | Non-Intrusive Program Example 3 |
checkpoint_example_4_to_file | Serialize / deserialize structure to file | Non-Intrusive Program Example Serialize To File |
checkpoint_example_5_polymorphic | Serialization of polymorphic class hierarchy | Non-Intrusive Polymorphic Serialization Example |
checkpoint_example_6_polymorphic_macro | Serialization of polymorphic class hierarchy with macros | Non-Intrusive Polymorphic Serialization Example w/Macros |
checkpoint_example_7_traversal | Serialization with custom traverser | Non-Intrusive Program Example Traversal |