Package

org.json4s

ext

Permalink

package ext

Visibility
  1. Public
  2. All

Type Members

  1. case class ClassSerializer[A, B](t: ClassType[A, B])(implicit evidence$1: Manifest[A], evidence$2: Manifest[B]) extends Serializer[A] with Product with Serializable

    Permalink
  2. trait ClassType[A, B] extends AnyRef

    Permalink
  3. class EnumNameSerializer[E <: Enumeration] extends Serializer[ext.EnumNameSerializer.E.Value]

    Permalink
  4. class EnumSerializer[E <: Enumeration] extends Serializer[ext.EnumSerializer.E.Value]

    Permalink
  5. class JavaEnumNameSerializer[E <: Enum[E]] extends CustomSerializer[E]

    Permalink
  6. class TypeFieldSerializer[T] extends CustomSerializer[T]

    Permalink

Value Members

  1. object DateParser

    Permalink
  2. object DateTimeSerializer extends CustomSerializer[DateTime] with Product with Serializable

    Permalink
  3. object DurationSerializer extends CustomSerializer[Duration] with Product with Serializable

    Permalink
  4. object InstantSerializer extends CustomSerializer[Instant] with Product with Serializable

    Permalink
  5. object IntervalSerializer

    Permalink
  6. object JDurationSerializer extends CustomSerializer[Duration] with Product with Serializable

    Permalink
  7. object JInstantSerializer extends CustomSerializer[Instant] with Product with Serializable

    Permalink
  8. object JLocalDateSerializer

    Permalink
  9. object JLocalDateTimeSerializer extends CustomSerializer[LocalDateTime] with Product with Serializable

    Permalink
  10. object JLocalTimeSerializer

    Permalink
  11. object JMonthDaySerializer

    Permalink
  12. object JOffsetDateTimeSerializer extends CustomSerializer[OffsetDateTime] with Product with Serializable

    Permalink
  13. object JPeriodSerializer

    Permalink
  14. object JYearMonthSerializer

    Permalink
  15. object JYearSerializer extends CustomSerializer[Year] with Product with Serializable

    Permalink
  16. object JZonedDateTimeSerializer extends CustomSerializer[ZonedDateTime] with Product with Serializable

    Permalink
  17. object JavaTimeSerializers

    Permalink
  18. object JavaTypesSerializers

    Permalink
  19. object JodaTimeSerializers

    Permalink
  20. object LocalDateSerializer

    Permalink
  21. object LocalTimeSerializer

    Permalink
  22. object PeriodSerializer extends CustomSerializer[Period] with Product with Serializable

    Permalink
  23. object URISerializer extends CustomSerializer[URI] with Product with Serializable

    Permalink
  24. object URLSerializer extends CustomSerializer[URL] with Product with Serializable

    Permalink
  25. object UUIDSerializer extends CustomSerializer[UUID] with Product with Serializable

    Permalink

Deprecated Value Members

  1. object DateMidnightSerializer extends CustomSerializer[DateMidnight] with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.3.0) The time of midnight does not exist in some time zones where the daylight saving time forward shift skips the midnight hour. Use LocalDate to represent a date without a time zone. Or use DateTime to represent a full date and time, perhaps using DateTime.withTimeAtStartOfDay() to get an instant at the start of a day. (http://www.joda.org/joda-time/apidocs/org/joda/time/DateMidnight.html)

Ungrouped