org.codehaus.jackson.map.ser
Class StdSerializers.SerializableWithTypeSerializer

java.lang.Object
  extended by org.codehaus.jackson.map.JsonSerializer<T>
      extended by org.codehaus.jackson.map.ser.std.SerializerBase<JsonSerializableWithType>
          extended by org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
              extended by org.codehaus.jackson.map.ser.StdSerializers.SerializableWithTypeSerializer
All Implemented Interfaces:
SchemaAware
Enclosing class:
StdSerializers

Deprecated. Since 1.9, use DateSerializer instead

@Deprecated
public static final class StdSerializers.SerializableWithTypeSerializer
extends SerializableWithTypeSerializer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer
JsonSerializer.None
 
Field Summary
 
Fields inherited from class org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
instance
 
Fields inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
_handledType
 
Constructor Summary
StdSerializers.SerializableWithTypeSerializer()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
getSchema, serialize, serializeWithType
 
Methods inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
createObjectNode, createSchemaNode, createSchemaNode, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
 
Methods inherited from class org.codehaus.jackson.map.JsonSerializer
isUnwrappingSerializer, unwrappingSerializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdSerializers.SerializableWithTypeSerializer

public StdSerializers.SerializableWithTypeSerializer()
Deprecated.