Interface ProxyStore

All Known Implementing Classes:
DefaultProxyStore

public interface ProxyStore
A ProxyStore provides a ProxySerializer with access to a low-level persistence mechanism. The ProxyStore does not need to be able to interpret the data sent to it by the ProxySerializer; it is merely a wrapper around a persistence mechanism.
See Also: