Class ClassSerializer

  • All Implemented Interfaces:
    JsonFormatVisitable, SchemaAware, java.io.Serializable

    public class ClassSerializer
    extends StdScalarSerializer<java.lang.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:
    Serialized Form
    • Constructor Detail

      • ClassSerializer

        public ClassSerializer()