Interface BinaryPersistenceFoundation<F extends BinaryPersistenceFoundation<?>>

All Superinterfaces:
ByteOrderTargeting<F>, ByteOrderTargeting.Mutable<F>, Cloneable<PersistenceFoundation<Binary,​F>>, InstanceDispatcher, PersistenceDataTypeHolder<Binary>, PersistenceFoundation<Binary,​F>, PersistenceTypeHandlerRegistration.Executor<Binary>
All Known Subinterfaces:
EmbeddedStorageConnectionFoundation<F>, SerializerFoundation<F>
All Known Implementing Classes:
BinaryPersistenceFoundation.Default, EmbeddedStorageConnectionFoundation.Default, SerializerFoundation.Default

public interface BinaryPersistenceFoundation<F extends BinaryPersistenceFoundation<?>>
extends PersistenceFoundation<Binary,​F>
Factory and master instance type for assembling and binary persistence layer.