| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
| com.fasterxml.jackson.databind.ext |
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
|
| com.fasterxml.jackson.databind.ser |
Contains implementation classes of serialization part of
data binding.
|
| Modifier and Type | Field and Description |
|---|---|
protected OptionalHandlerFactory |
BasicDeserializerFactory.optionalHandlers
To support external/optional deserializers, we'll use a helper class
|
| Modifier and Type | Field and Description |
|---|---|
static OptionalHandlerFactory |
OptionalHandlerFactory.instance |
| Modifier and Type | Field and Description |
|---|---|
protected OptionalHandlerFactory |
BasicSerializerFactory.optionalHandlers
Helper object used to deal with serializers for optional JDK types (like ones
omitted from GAE, Android)
|
Copyright © 2012-2013 FasterXML. All Rights Reserved.