NullableInstantLongSerializer

Deprecated

Use InstantLongSerializer instead

Replace with

import at.asitplus.signum.indispensable.io.InstantLongSerializer
InstantLongSerializer

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): Instant?
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Instant?)