What is the replacement class for SerializerBase in FasterXML Jackson 2?

1.6k views Asked by At

I am upgrading to Jackson 2. I have many custom serializers extending SerializerBase (org.codehaus.jackson.map.ser.std.SerializerBase). What's the new equivalent class in Jackson 2

1

There are 1 answers

0
mohamed.ibrahim On

Looks like StdSerializer is the new replacement (com.fasterxml.jackson.databind.ser.std.StdSerializer)