|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NonTypedScalarSerializerBase | |
|---|---|
| org.codehaus.jackson.map.ser | Contains implementation classes of serialization part of data binding. |
| org.codehaus.jackson.map.ser.std | |
| Uses of NonTypedScalarSerializerBase in org.codehaus.jackson.map.ser |
|---|
| Subclasses of NonTypedScalarSerializerBase in org.codehaus.jackson.map.ser | |
|---|---|
static class |
StdSerializers.BooleanSerializer
Serializer used for primitive boolean, as well as java.util.Boolean wrapper type. |
static class |
StdSerializers.DoubleSerializer
This is the special serializer for regular Doubles
(and primitive doubles) |
static class |
StdSerializers.IntegerSerializer
This is the special serializer for regular Integers
(and primitive ints) |
static class |
StdSerializers.StringSerializer
Deprecated. Since 1.9, use StringSerializer instead |
| Uses of NonTypedScalarSerializerBase in org.codehaus.jackson.map.ser.std |
|---|
| Subclasses of NonTypedScalarSerializerBase in org.codehaus.jackson.map.ser.std | |
|---|---|
class |
StringSerializer
This is the special serializer for regular Strings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||