TimestampConverter

class TimestampConverter : Converter<Timestamp> (source)

Serializes Timestamps to and from Strings.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun fromString(value: String): Timestamp

Deserializes a Timestamp from the given string.

Link copied to clipboard
open override fun toString(value: Timestamp): String

Serializes the Timestamp to a string.