Interface Parameters<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(com.google.gson.stream.JsonWriter out)
      Writes one JSON value (an array, object, string, number, boolean or null).
      • Methods inherited from interface java.util.function.Supplier

        get
    • Method Detail

      • write

        void write​(com.google.gson.stream.JsonWriter out)
            throws IOException
        Writes one JSON value (an array, object, string, number, boolean or null).
        Parameters:
        out - The JsonWriter used as output
        Throws:
        IOException - If serialization fails