Deserializes a Base64-encoded string into a ByteArray.
Reads the Base64-encoded string from the given decoder, decodes it, and returns the resulting ByteArray.
The decoded ByteArray.
The decoder used to read the Base64-encoded string.