Class YearMonthSerializer

    • Field Detail

      • _useTimestamp

        protected final Boolean _useTimestamp
        Flag that indicates that serialization must be done as the Java timestamp, regardless of other settings.
      • _useNanoseconds

        protected final Boolean _useNanoseconds
        Flag that indicates that numeric timestamp values must be written using nanosecond timestamps if the datatype supports such resolution, regardless of other settings.
      • _formatter

        protected final DateTimeFormatter _formatter
        Specific format to use, if not default format: non null value also indicates that serialization is to be done as JSON String, not numeric timestamp, unless #_useTimestamp is true.
      • _integerListType

        protected transient volatile JavaType _integerListType
        Lazily constructed JavaType representing type List<Integer>.
        Since:
        2.10
    • Constructor Detail

      • YearMonthSerializer

        protected YearMonthSerializer()