java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap

public final class ReadOnlyClassToSerializerMap extends Object
Optimized lookup table for accessing two types of serializers; typed and non-typed. Only accessed from a single thread, so no synchronization needed for accessors.

Note that before 2.6 this class was much smaller, and referred most operations to separate JsonSerializerMap, but in 2.6 functions were combined.