com.fasterxml.jackson.core.util

Class RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>>

  • java.lang.Object
    • com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase<P>
    • Field Detail

      • SERIALIZATION_NON_SHARED

        public static final int SERIALIZATION_NON_SHARED
        See Also:
        Constant Field Values
      • _serialization

        protected final int _serialization
        Value that indicates basic aspects of pool for JDK serialization; either marker for shared/non-shared, or possibly bounded size; depends on sub-class.
    • Constructor Detail

      • StatefulImplBase

        protected StatefulImplBase(int serialization)

Copyright © 2008–2024 FasterXML. All rights reserved.