Class ObjectArraySerializer.TypeIdCheck

java.lang.Object
tools.jackson.databind.ser.jdk.ObjectArraySerializer.TypeIdCheck
Enclosing class:
ObjectArraySerializer

protected static final class ObjectArraySerializer.TypeIdCheck extends Object
One-entry cache for checking whether the runtime array element type requires a type id. In practice elements of a typed array are almost always the same type, so this avoids repeated findTypeSerializer lookups.

See [databind#3194] for details.

Since:
3.1
  • Constructor Details

    • TypeIdCheck

      protected TypeIdCheck()
  • Method Details