abstract fun <T> fromJson(type: Class<T>, value: String): T?
Converts value JSON string to instance of type
type - the convertible type
type
value - the convertible object
value
Return the type instance or null