Interface SerializerRegistry<S>

Type Parameters:
S - a type of objects after serializing

public sealed interface SerializerRegistry<S>
A registry that manages Serializers.

The implementations of this interface are thread-safe.