Interface ModelStorageHandler<T>

  • Type Parameters:
    T - the model type
    All Known Implementing Classes:
    SerializableModelStorageHandler

    public interface ModelStorageHandler<T>
    A model storage handler is responsible for handling the persistence of a model object.