vncore / com.venuenext.vncore.serialization / JsonSerializer / stringifyToBytes

stringifyToBytes

fun <T> stringifyToBytes(obj: T, serializer: KSerializer<T>): ByteArray

Stringify's JSON string to T object.

Parameters

obj - the T object.

serializer - the result data serializer.

Return
the JSON string byte array