Saving and Loading Objects With No Dependencies

In a "simple" object archive, only a single object is encoded. If the object has object variables or pointer variables, they will be set to 0 when the object is dearchived. All other variable types will be restored to their pre-archived values. For simple object archiving and dearchiving, no additional code or preparation is required.