Class MapConverter<K,​V>

  • Type Parameters:
    K - the type of the map keys
    V - the type of the map values
    All Implemented Interfaces:
    Converter<Map<K,​V>>, Deserializer<Map<K,​V>>, Serializer<Map<K,​V>>

    @HandleClassMetadata
    public class MapConverter<K,​V>
    extends Object
    implements Converter<Map<K,​V>>
    Map converter.

    NOTE: this Converter produces a serialization format that is incompatible with other JSON parsers.

    Since:
    20.06
    Author:
    Aleks Seovic 2018.05.30