| Class | Description | 
|---|---|
| EnumAsIonSymbolModule | Module that causes all enums to be serialized as Ion symbols. | 
| EnumAsIonSymbolSerializer | Serializes enumeration members as IonSymbols. | 
| IonFactory | Sub-class of  JsonFactorythat will work on Ion content, instead of JSON
 content. | 
| IonGenerator | Implementation of  JsonGeneratorthat will use an underlyingIonWriterfor actual writing of content. | 
| IonObjectMapper | Specialization of  ObjectMapperthat will set underlyingJsonFactoryto be an instance ofIonFactory. | 
| IonParser | Implementation of  JsonParserthat will use an underlyingIonReaderas actual parser, and camouflage it as json parser. | 
| IonSymbolSerializer | Serializes members as IonSymbols. | 
| IonTimestampDeserializers | A date deserializer that uses native Ion timestamps instead of JSON strings. | 
| IonTimestampDeserializers.IonTimestampJavaDateDeserializer | |
| IonTimestampDeserializers.IonTimestampSQLDateDeserializer | |
| IonTimestampSerializers | A date serializer that uses native Ion timestamps instead of JSON strings. | 
| IonTimestampSerializers.IonTimestampJavaDateSerializer | |
| IonTimestampSerializers.IonTimestampSQLDateSerializer | |
| PackageVersion | Automatically generated from PackageVersion.java.in during
 packageVersion-generate execution of maven-replacer-plugin in
 pom.xml. | 
Copyright © 2017 FasterXML. All rights reserved.