Uses of Class
com.fasterxml.jackson.databind.ser.BasicSerializerFactory

Packages that use BasicSerializerFactory
com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding. 
 

Uses of BasicSerializerFactory in com.fasterxml.jackson.databind.ser
 

Subclasses of BasicSerializerFactory in com.fasterxml.jackson.databind.ser
 class BeanSerializerFactory
          Factory class that can provide serializers for any regular Java beans (as defined by "having at least one get method recognizable as bean accessor" -- where Object.getClass() does not count); as well as for "standard" JDK types.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.