Serialized Form

  • Package com.fasterxml.jackson.dataformat.cbor

    • Class com.fasterxml.jackson.dataformat.cbor.CBORFactory

      class CBORFactory extends com.fasterxml.jackson.core.JsonFactory implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readResolve
          protected Object readResolve()
          Method that we need to override to actually make restoration go through constructors etc. Also: must be overridden by sub-classes as well.
      • Serialized Fields

        • _formatGeneratorFeatures
          int _formatGeneratorFeatures
        • _formatParserFeatures
          int _formatParserFeatures
  • Package com.fasterxml.jackson.dataformat.smile

    • Class com.fasterxml.jackson.dataformat.smile.SmileFactory

      class SmileFactory extends com.fasterxml.jackson.core.JsonFactory implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readResolve
          protected Object readResolve()
          Method that we need to override to actually make restoration go through constructors etc. Also: must be overridden by sub-classes as well.
      • Serialized Fields

        • _cfgDelegateToTextual
          boolean _cfgDelegateToTextual
          Whether non-supported methods (ones trying to output using char-based targets like Writer, for example) should be delegated to regular Jackson JSON processing (if set to true); or throw UnsupportedOperationException (if set to false)
        • _smileGeneratorFeatures
          int _smileGeneratorFeatures
        • _smileParserFeatures
          int _smileParserFeatures