IntRangeSerializer

A serializer for IntRanges which parses input as min..max, min to max, or one value for both min and max.

Types

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor