TimestampSerializer

Serializer for Timestamp that handles RFC3339 format timestamp strings.

This serializer converts between Timestamp objects and their string representation in RFC3339 format, preserving both the instant and UTC offset information.

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)