Kotlinx Serializer question. When trying to deseri...
# android
a
Kotlinx Serializer question. When trying to deserialize protobuf responses how do I avoid UpdateNotSupported exceptions?
Copy code
Protobuf.plain.load(QueryResult.serializer(), response.toByteArray())
and it results in:
kotlinx.serialization.UpdateNotSupportedException: Update is not supported for com.siriusxm.cv.util.voice.data.Text