Uses of Class
com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
-
Packages that use ObjectContainerSerializer Package Description com.fasterxml.jackson.datatype.hppc.ser -
-
Uses of ObjectContainerSerializer in com.fasterxml.jackson.datatype.hppc.ser
Methods in com.fasterxml.jackson.datatype.hppc.ser that return ObjectContainerSerializer Modifier and Type Method Description protected ObjectContainerSerializer
ObjectContainerSerializer. withDelegate(com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer newDelegate)
Constructors in com.fasterxml.jackson.datatype.hppc.ser with parameters of type ObjectContainerSerializer Constructor Description ObjectContainerSerializer(ObjectContainerSerializer base, com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer delegate)
-