For non-primitive objects that must be restored (i.e. not Ints, Floats, Strings, etc.),
this trait defines the requirements of the factory object doing the restoring. Basically,
the object must create an object instance using the capabilities of the provided ObjectRestorer.
Created by Dick Carter on 1/16/2015.
For non-primitive objects that must be restored (i.e. not Ints, Floats, Strings, etc.), this trait defines the requirements of the factory object doing the restoring. Basically, the object must create an object instance using the capabilities of the provided ObjectRestorer.