Class MapJsonSerializer<M extends java.util.Map<K,​V>,​K,​V>

java.lang.Object
org.dominokit.jacksonapt.JsonSerializer<M>
org.dominokit.jacksonapt.ser.map.MapJsonSerializer<M,​K,​V>
Type Parameters:
M - Type of the Map
K - Type of the keys inside the Map
V - Type of the values inside the Map

public class MapJsonSerializer<M extends java.util.Map<K,​V>,​K,​V>
extends JsonSerializer<M>
Default JsonSerializer implementation for Map.
Version:
$Id: $
Author:
Nicolas Morel