Uses of Class
com.fasterxml.jackson.databind.ser.std.NonTypedScalarSerializerBase

Packages that use NonTypedScalarSerializerBase
com.fasterxml.jackson.databind.ser.std   
 

Uses of NonTypedScalarSerializerBase in com.fasterxml.jackson.databind.ser.std
 

Subclasses of NonTypedScalarSerializerBase in com.fasterxml.jackson.databind.ser.std
 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 FasterXML. All Rights Reserved.