vncore / com.venuenext.vncore.protocol / SerializerInterface / stringify

stringify

abstract fun <T> stringify(obj: T, serializer: KSerializer<T>): String

Stringify's JSON string to T object.

Parameters

obj - the T object.

serializer - the result data serializer.

Return
the JSON string