vncore / com.venuenext.vncore.protocol / SerializerInterface / parse

parse

abstract fun <T> parse(jsonString: String, serializer: KSerializer<T>?): T?

Serializes JSON string to T object.

Parameters

jsonString - the JSON string.

serializer - the result data serializer.

Return
the T object