Package | Description |
---|---|
org.codehaus.jackson.map.ser |
Contains implementation classes of serialization part of
data binding.
|
org.codehaus.jackson.map.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
Modifier and Type | Field | Description |
---|---|---|
protected ReadOnlyClassToSerializerMap |
StdSerializerProvider._knownSerializers |
For fast lookups, we will have a local non-shared read-only
map that contains serializers previously fetched.
|
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.
|
ReadOnlyClassToSerializerMap |
SerializerCache.getReadOnlyLookupMap() |
Method that can be called to get a read-only instance populated from the
most recent version of the shared lookup Map.
|
ReadOnlyClassToSerializerMap |
ReadOnlyClassToSerializerMap.instance() |