Class KeySerializer<K extends Key<I>,​I>

  • All Implemented Interfaces:
    Serializer<K>

    public class KeySerializer<K extends Key<I>,​I>
    extends FunctionalSerializer<K,​I>
    Serializer for a key that delegates to the serializer of its identifier.
    Author:
    Paul Ferraro