Package model

Class FeeType.Adapter

  • Enclosing class:
    FeeType

    public static class FeeType.Adapter
    extends com.google.gson.TypeAdapter<FeeType>
    • Constructor Detail

      • Adapter

        public Adapter()
    • Method Detail

      • write

        public void write​(com.google.gson.stream.JsonWriter jsonWriter,
                          FeeType enumeration)
                   throws IOException
        Specified by:
        write in class com.google.gson.TypeAdapter<FeeType>
        Throws:
        IOException
      • read

        public FeeType read​(com.google.gson.stream.JsonReader jsonReader)
                     throws IOException
        Specified by:
        read in class com.google.gson.TypeAdapter<FeeType>
        Throws:
        IOException