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. class EnumNameSerializer[E <: Enumeration] extends Serializer[ext.EnumNameSerializer.E.Value]

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

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

    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 JavaTypesSerializers

    Permalink
  7. object JodaTimeSerializers

    Permalink
  8. object LocalDateSerializer

    Permalink
  9. object LocalTimeSerializer

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

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

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

    Permalink
  13. 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