Package io.ably.lib.util

Interface Serialisation.FromJsonElement<T>

Enclosing class:
Serialisation

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

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

    • fromJsonElement

      T fromJsonElement(com.google.gson.JsonElement e)