| Package | Description |
|---|---|
| org.codehaus.jackson.map.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SerializerCache.TypeKey |
ReadOnlyClassToSerializerMap._cacheKey |
We'll reuse key class to avoid unnecessary instantiations; since
this is not shared between threads, we can just reuse single
instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
JsonSerializer<java.lang.Object> |
JsonSerializerMap.find(SerializerCache.TypeKey key) |
| Modifier and Type | Method | Description |
|---|---|---|
static ReadOnlyClassToSerializerMap |
ReadOnlyClassToSerializerMap.from(java.util.HashMap<SerializerCache.TypeKey,JsonSerializer<java.lang.Object>> src) |
Factory method for creating the "blueprint" lookup map.
|
| Constructor | Description |
|---|---|
JsonSerializerMap(java.util.Map<SerializerCache.TypeKey,JsonSerializer<java.lang.Object>> serializers) |