Class SerializationConfig

All Implemented Interfaces:
Serializable, Snapshottable<MixInResolver>, MixInResolver

public final class SerializationConfig extends MapperConfigBase<SerializationFeature,SerializationConfig> implements Serializable
Object that contains baseline configuration for serialization process. An instance is owned by ObjectMapper, which passes an immutable instance for serialization process to SerializationContext and SerializerFactory (either directly, or through ObjectWriter.

Note that instances are considered immutable and as such no copies should need to be created for sharing; all copying is done with "fluent factory" methods.

See Also: