Package-level declarations

Types

Link copied to clipboard
typealias Timestamp = @Serializable(with = TimestampSerializer::class) Instant

Representation of a Unix timestamp in milliseconds.

Link copied to clipboard
object TimestampSerializer : KSerializer<Instant>

Serializer of Instant using Instant.fromEpochMilliseconds and Instant.toEpochMilliseconds.