Uses of Package
org.codehaus.jackson.io

Packages that use org.codehaus.jackson.io
org.codehaus.jackson Main public API classes of the core streaming JSON processor: most importantly JsonFactory used for constructing JSON parser (JsonParser) and generator (JsonParser) instances. 
org.codehaus.jackson.impl Parser and generator implementation classes that Jackson defines and uses. 
org.codehaus.jackson.io This package contains I/O helper classes Jackson itself uses, but that are not exposed for external reuse. 
org.codehaus.jackson.map Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via ObjectMapper class, as well as convenience methods included in JsonParser 
org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. 
org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding. 
org.codehaus.jackson.map.util Utility classes for Mapper package. 
org.codehaus.jackson.util Utility classes used by Jackson Core functionality. 
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson
CharacterEscapes
          Abstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.
InputDecorator
          Handler class that can be used to decorate input sources.
IOContext
          To limit number of configuration and state objects to pass, all contextual objects that need to be passed by the factory to readers and writers are combined under this object.
OutputDecorator
          Handler class that can be used to decorate output destinations.
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.impl
CharacterEscapes
          Abstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.
IOContext
          To limit number of configuration and state objects to pass, all contextual objects that need to be passed by the factory to readers and writers are combined under this object.
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.io
IOContext
          To limit number of configuration and state objects to pass, all contextual objects that need to be passed by the factory to readers and writers are combined under this object.
JsonStringEncoder
          Helper class used for efficient encoding of JSON String values (including JSON field names) into Strings or UTF-8 byte arrays.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map.deser
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map.ser
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.map.util
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.
 

Classes in org.codehaus.jackson.io used by org.codehaus.jackson.util
SerializedString
          String token that can lazily serialize String contained and then reuse that serialization later on.