T - the restored object's typepublic interface RestorableState<T extends Restorable<T>>
RestorableState are capable
of saving the state of an object to restore it for later use.
Implementations of this class must implement Serializable to ensure that the
state of a the object can be correctly serialized.
T restore()
Copyright © 2016 Google. All rights reserved.