com.fasterxml.jackson.databind.ser.impl

Class ReadOnlyClassToSerializerMap

  • java.lang.Object
    • 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.

Copyright © 2014-2015 FasterXML. All Rights Reserved.