Implement pickling reduce protocol for update-able object.
The Pickler creates a Wrapper instance and uses it as the reduce function. The Unpickler calls the instance to recreate the object.
There are no implemented interfaces.
There are no attributes in this class.
There are no methods in this class.