decodeValue

open fun decodeValue(input: Array<Byte>, type: String): String

Decode an arbitrary type, return value as string

Return

Non-null decoded string value

Parameters

input

Data to be decoded

type

the underlying type that need to be decoded