org.codehaus.jackson.map
Class JsonSerializer.None
java.lang.Object
org.codehaus.jackson.map.JsonSerializer<Object>
org.codehaus.jackson.map.JsonSerializer.None
- 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
(and deprecated JsonUseSerializer
).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonSerializer.None
public JsonSerializer.None()