vncore / com.venuenext.vncore.serialization / JsonSerializer / parse

parse

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