Serializer

Default serializer for Timestamp.

:bson-multiplatform and :bson-official both override this serializer. This serializer exists so that @Contextual is not required. It may also be used to convert the DTOs to other formats, like JSON.

Using this serializer, Timestamp is represented as a String with its Timestamp.instant and Timestamp.counter displayed. For example, 2022-02-32T12:58:01#32.

Avoid interacting with this type directly.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Timestamp
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Timestamp)