Interface Serializer<M>

Type Parameters:
M - the medium type
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
Serializer.Default

public interface Serializer<M>
extends AutoCloseable
Convenient API layer to use the binary persistence functionality for a simple serializer.

It is based on a SerializerFoundation, which can be configured to various needs.

Per default Binary and byte[] are supported as medium types.