Interface FromJson<T>
-
public interface FromJson<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
fromJson(String jsonStr)
-
public interface FromJson<T>
Modifier and Type | Method | Description |
---|---|---|
T |
fromJson(String jsonStr) |