-
public interface Serialisation.FromJsonElement<T>
-
-
Method Summary
Modifier and Type Method Description abstract TfromJsonElement(JsonElement e)-
-
Method Detail
-
fromJsonElement
abstract T fromJsonElement(JsonElement e)
-
-
-
-