| Class and Description |
|---|
| Accessor
Used for (speeding up deser on) repeated/collection fields.
|
| ArraySchemas.Base |
| Delegate
Controls how certain types are serialized and can even override the existing serializers because this has higher
priority when the fields are being built.
|
| EnumIO
Determines how enums are serialized/deserialized.
|
| Field
Represents a field of a message/pojo.
|
| HasDelegate
Wraps a delegate.
|
| HasSchema
Wraps a schema.
|
| IdStrategy
This base class handles all the IO for reading and writing polymorphic fields.
|
| PolymorphicSchema
Used when the type is either polymorphic or too complex.
|
| PolymorphicSchema.Factory
A factory which creates a schema with the handler connected to it.
|
| PolymorphicSchema.Handler
The handler who's job is to set the value to the owner.
|
| PolymorphicSchemaFactories
Polymorphic types.
|
| RuntimeEnv.Instantiator |
| RuntimeFieldFactory
A factory to create runtime
fields based on reflection. |
| RuntimeSchema
A schema that can be generated and cached at runtime for objects that have no schema.
|
Copyright © 2009–2022. All rights reserved.