Interface Serialisation.FromJsonElement<T>

Enclosing class:
Serialisation

public static interface Serialisation.FromJsonElement<T>
  • Method Summary

    Modifier and Type Method Description
    T fromJsonElement​(com.google.gson.JsonElement e)  
  • Method Details