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
The decoder used to read the Base64-encoded string.