JodaWrites

object JodaWrites extends JodaWrites
Companion
class
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Default Serializer LocalDate -> JsString(ISO8601 format (HH:mm: ss.SSS))
Inhertied from
JodaWrites
Serializer DateTime -> JsNumber(d.getMillis (number of milliseconds since the Epoch))
Inhertied from
JodaWrites
Default Serializer LocalDate -> JsString(ISO8601 format (yyyy-MM-dd))
Inhertied from
JodaWrites
Default Serializer LocalDate -> JsString(ISO8601 format (yyyy-MM-dd))
Inhertied from
JodaWrites

Value members

Inherited methods

def jodaLocalDateWrites(pattern: String): Writes[LocalDate]
Serializer for LocalDate
Value Params
pattern
the pattern used by org.joda.time.format.DateTimeFormat
Inhertied from
JodaWrites
def jodaDateWrites(pattern: String): Writes[DateTime]
Serializer for DateTime
Value Params
pattern
the pattern used by org.joda.time.format.DateTimeFormat
Inhertied from
JodaWrites
def jodaLocalTimeWrites(pattern: String): Writes[LocalTime]
Serializer for LocalTime
Value Params
pattern
the pattern used by org.joda.time.format.DateTimeFormat
Inhertied from
JodaWrites