Class ZonedDateTimeWithZoneIdSerializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, java.io.Serializable

    @Deprecated
    public class ZonedDateTimeWithZoneIdSerializer
    extends InstantSerializerBase<java.time.ZonedDateTime>
    Deprecated.
    Since 2.8 only used by deprecated JSR310Module
    Since:
    2.6
    See Also:
    Serialized Form
    • Constructor Detail

      • ZonedDateTimeWithZoneIdSerializer

        protected ZonedDateTimeWithZoneIdSerializer()
        Deprecated.
      • ZonedDateTimeWithZoneIdSerializer

        protected ZonedDateTimeWithZoneIdSerializer​(ZonedDateTimeWithZoneIdSerializer base,
                                                    java.lang.Boolean useTimestamp,
                                                    java.time.format.DateTimeFormatter formatter)
        Deprecated.
      • ZonedDateTimeWithZoneIdSerializer

        protected ZonedDateTimeWithZoneIdSerializer​(ZonedDateTimeWithZoneIdSerializer base,
                                                    java.lang.Boolean useTimestamp,
                                                    java.lang.Boolean useNanoseconds,
                                                    java.time.format.DateTimeFormatter formatter)
        Deprecated.