Class SerializationContextExt

All Implemented Interfaces:
ObjectWriteContext
Direct Known Subclasses:
SerializationContextExt.Impl

public class SerializationContextExt extends SerializationContext
Extension over SerializationContext that adds methods needed by ObjectMapper (and ObjectWriter) but that are not to be exposed as general context during serialization.

Also note that all custom SerializationContext implementations must sub-class this class: ObjectMapper requires this type, not basic provider type.