Class EngineOutputUnit.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<EngineOutputUnit>
-
- software.amazon.spapi.models.vehicles.v2024_11_01.EngineOutputUnit.Adapter
-
- Enclosing class:
- EngineOutputUnit
public static class EngineOutputUnit.Adapter extends com.google.gson.TypeAdapter<EngineOutputUnit>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EngineOutputUnit
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, EngineOutputUnit enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, EngineOutputUnit enumeration) throws java.io.IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<EngineOutputUnit>
- Throws:
java.io.IOException
-
read
public EngineOutputUnit read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<EngineOutputUnit>
- Throws:
java.io.IOException
-
-