deserialize

open override fun deserialize(decoder: Decoder): ByteArray(source)

Deserializes a Base64-encoded string into a ByteArray.

Reads the Base64-encoded string from the given decoder, decodes it, and returns the resulting ByteArray.

Return

The decoded ByteArray.

Parameters

decoder

The decoder used to read the Base64-encoded string.