Package org.codehaus.jackson.map.ser
Class ScalarSerializerBase<T>
java.lang.Object
org.codehaus.jackson.map.JsonSerializer<T>
org.codehaus.jackson.map.ser.std.SerializerBase<T>
org.codehaus.jackson.map.ser.ScalarSerializerBase<T>
- All Implemented Interfaces:
SchemaAware
Deprecated.
-
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.SerializerBase
_handledType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScalarSerializerBase(Class<?> t, boolean dummy) Deprecated.protectedDeprecated. -
Method Summary
Methods inherited from class org.codehaus.jackson.map.ser.std.SerializerBase
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, serialize, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrowMethods inherited from class org.codehaus.jackson.map.JsonSerializer
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
-
Constructor Details
-
ScalarSerializerBase
Deprecated. -
ScalarSerializerBase
Deprecated.
-
SerializerBaseinstead.