All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, Serializable

public class ClassSerializer extends StdScalarSerializer<Class<?>>
Also: default bean access will not do much good with Class.class. But we can just serialize the class name and that should be enough.
See Also: