Interface JSONSerializableDataHandler.Writer<T>

Enclosing class:
JSONSerializableDataHandler

public static interface JSONSerializableDataHandler.Writer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gson.JsonElement
    write(T type)
     
  • Method Details

    • write

      com.google.gson.JsonElement write(T type)