com.fasterxml.jackson.databind

Class JsonSerializer.None

  • All Implemented Interfaces:
    JsonFormatVisitable
    Enclosing class:
    JsonSerializer<T>


    public abstract static class JsonSerializer.None
    extends JsonSerializer<Object>
    This marker class is only to be used with annotations, to indicate that no serializer is configured.

    Specifically, this class is to be used as the marker for annotation JsonSerialize.

    • Constructor Detail

      • JsonSerializer.None

        public JsonSerializer.None()

Copyright © 2012-2014 FasterXML. All Rights Reserved.