public class JsonSerializerMap extends Object
ObjectMapper
sharing
of resolved serializers; in addition, a per-call non-shared read/write
map may be needed, which will (after call) get merged to create a new
shared map of this type.Constructor and Description |
---|
JsonSerializerMap(Map<SerializerCache.TypeKey,JsonSerializer<Object>> serializers) |
public JsonSerializerMap(Map<SerializerCache.TypeKey,JsonSerializer<Object>> serializers)
public int size()
public JsonSerializer<Object> find(SerializerCache.TypeKey key)
Copyright © 2014-2015 FasterXML. All Rights Reserved.