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]
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
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

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

Inherited fields

val Class: Class[_]
Inherited from
CustomSerializer