decode Hex
inline fun <T> StandardKtorSerialFormat.decodeHex(deserializationStrategy: DeserializationStrategy<T>, input: String): T(source)
Decodes data from a hex string using the standard binary format.
Return
The decoded value of type T
Parameters
deserialization Strategy
The deserialization strategy for type T
input
The hex string to decode
Type Parameters
T
The type to decode to