Class SimpleObjectJsonGeneratorDelegate

All Implemented Interfaces:
Versioned, Closeable, Flushable, AutoCloseable

public class SimpleObjectJsonGeneratorDelegate extends JsonGeneratorDelegate
JsonGenerator with an optimized implementation of the writeObject(Object) method that tries to call appropriate write method for the given untyped Object and delegates to the underlying generator as fallback.