decodeFromByteArray
abstract fun <T> decodeFromByteArray(deserializer: DeserializationStrategy<T>, bytes: ByteArray): T
Content copied to clipboard
Decodes and deserializes the given byte array to the value of type T using the given deserializer