| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.ser.std |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSerializer
Serializer used for primitive boolean, as well as java.util.Boolean
wrapper type.
|
static class |
NumberSerializers.DoubleSerializer
This is the special serializer for regular
Doubles
(and primitive doubles) |
static class |
NumberSerializers.IntegerSerializer
This is the special serializer for regular
Integers
(and primitive ints) |
class |
StringSerializer
This is the special serializer for regular
Strings. |
Copyright © 2012-2013 FasterXML. All Rights Reserved.