kmongo / org.litote.kmongo.serialization / LocalDateSerializer

LocalDateSerializer

object LocalDateSerializer : TemporalExtendedJsonSerializer<LocalDate> (source)

Functions

epochMillis

Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Temporal object.

fun epochMillis(temporal: LocalDate): Long

instantiate

fun instantiate(date: Long): LocalDate