8

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

Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382
mohamed.ibrahim
  • 413
  • 3
  • 8

1 Answers1

11

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

mohamed.ibrahim
  • 413
  • 3
  • 8