Uses of Class
com.fasterxml.jackson.databind.ser.BeanSerializer
-
Packages that use BeanSerializer Package Description com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding. -
-
Uses of BeanSerializer in com.fasterxml.jackson.databind.ser
Methods in com.fasterxml.jackson.databind.ser that return BeanSerializer Modifier and Type Method Description static BeanSerializer
BeanSerializer. createDummy(JavaType forType)
Method for constructing dummy bean serializer; one that never outputs any propertiesBeanSerializer
BeanSerializerBuilder. createDummy()
Factory method for constructing an "empty" serializer; one that outputs no properties (but handles JSON objects properly, including type information)
-