Class ToStringSerializer
java.lang.Object
org.codehaus.jackson.map.JsonSerializer<Object>
org.codehaus.jackson.map.ser.std.SerializerBase<Object>
org.codehaus.jackson.map.ser.std.ToStringSerializer
org.codehaus.jackson.map.ser.ToStringSerializer
- All Implemented Interfaces:
SchemaAware
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class JsonSerializer
JsonSerializer.None -
Field Summary
FieldsFields inherited from class SerializerBase
_handledType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ToStringSerializer
getSchema, serialize, serializeWithTypeMethods inherited from class SerializerBase
createObjectNode, createSchemaNode, createSchemaNode, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowMethods inherited from class JsonSerializer
isUnwrappingSerializer, unwrappingSerializer
-
Field Details
-
instance
Deprecated.
-
-
Constructor Details
-
ToStringSerializer
public ToStringSerializer()Deprecated.
-
ToStringSerializer