org.json4s

ext

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

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

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

  4. case class ZonedInstant(instant: Long, timezone: TimeZone) extends Product with Serializable

Value Members

  1. object DateParser

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

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

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

  5. object IntervalSerializer

  6. object JavaTypesSerializers

  7. object JodaTimeSerializers

  8. object LocalDateSerializer

  9. object LocalTimeSerializer

  10. object PeriodSerializer extends CustomSerializer[Period] with Product with Serializable

  11. object URISerializer extends CustomSerializer[URI] with Product with Serializable

  12. object URLSerializer extends CustomSerializer[URL] with Product with Serializable

  13. object UUIDSerializer extends CustomSerializer[UUID] with Product with Serializable

Deprecated Value Members

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

    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