Uses of Class
com.fasterxml.jackson.databind.ser.std.StdScalarSerializer
Packages that use StdScalarSerializer
Package
Description
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
-
Uses of StdScalarSerializer in com.fasterxml.jackson.databind.ext
Subclasses of StdScalarSerializer in com.fasterxml.jackson.databind.extModifier and TypeClassDescriptionclass
class
Serializer implementation forBlob
to write as binary (for JSON and other formats Base64-encoded String, for binary formats as true binary). -
Uses of StdScalarSerializer in com.fasterxml.jackson.databind.ser.std
Subclasses of StdScalarSerializer in com.fasterxml.jackson.databind.ser.stdModifier and TypeClassDescriptionfinal class
Serializer used for primitive boolean, as well as java.util.Boolean wrapper type.class
class
Standard serializer forCalendar
.class
Also: default bean access will not do much good with Class.class.class
For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.class
class
Standard serializer used forEnum
types.class
For now, File objects get serialized by just outputting absolute (but not canonical) name as String valueclass
Simple serializer forInetAddress
.class
Simple serializer forInetSocketAddress
.class
Deprecated.class
As a fallback, we may need to use this serializer for other types ofNumber
s: both custom types and "big" numbers likeBigInteger
andBigDecimal
.static class
Shared base class for actual primitive/wrapper number serializers.static class
This is the special serializer for regularDouble
s (and primitive doubles)static class
static class
This is the special serializer for regularInteger
s (and primitive ints)static class
Similar toNumberSerializers.IntegerSerializer
, but will not cast to Integer: instead, cast is toNumber
, and conversion is by callingNumber.intValue()
.static class
static class
class
Compared to regularDate
serialization, we do use String representation here.class
static class
static class
static class
final class
This is the special serializer for regularString
s.class
class
SpecializedJsonSerializer
to outputUUID
s.Constructors in com.fasterxml.jackson.databind.ser.std with parameters of type StdScalarSerializerModifierConstructorDescriptionprotected
Basic copy-constructor