DateMidnightSerializer

@deprecated("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)", since = "3.3.0")
case object DateMidnightSerializer extends CustomSerializer[DateMidnight]
Deprecated
[Since version 3.3.0]
Source:
JodaTimeSerializers.scala
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CustomSerializer[DateMidnight]
trait Serializer[DateMidnight]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredMonoType = Singleton
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredType = Singleton
Inherited from:
Singleton
Source:
Mirror.scala

Value members

Inherited methods

def deserialize(implicit format: Formats): PartialFunction[(TypeInfo, JValue), DateMidnight]
Inherited from:
CustomSerializer
Source:
CustomSerializer.scala
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Source:
Mirror.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def serialize(implicit format: Formats): PartialFunction[Any, JValue]
Inherited from:
CustomSerializer
Source:
CustomSerializer.scala

Inherited fields

val Class: Class[_]
Inherited from:
CustomSerializer
Source:
CustomSerializer.scala