kmongo / org.litote.kmongo.serialization / LocalTimeSerializer

LocalTimeSerializer

object LocalTimeSerializer : TemporalExtendedJsonSerializer<LocalTime> (source)

Functions

epochMillis

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

fun epochMillis(temporal: LocalTime): Long

instantiate

fun instantiate(date: Long): LocalTime