AudSerializer

AudSerializer is a custom serializer for serializing and deserializing JSON arrays of strings.

This class extends the JsonTransformingSerializer class from the kotlinx.serialization.json package, with a type parameter of Array. It transforms the serialization and deserialization process of JSON elements into arrays of strings.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
override fun deserialize(decoder: Decoder): Array<String>
Link copied to clipboard
override fun serialize(encoder: Encoder, value: Array<String>)