Package com.aspose.cad.cloud.model
Class GraphicsOptions.SmoothingModeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<GraphicsOptions.SmoothingModeEnum>
-
- com.aspose.cad.cloud.model.GraphicsOptions.SmoothingModeEnum.Adapter
-
- Enclosing class:
- GraphicsOptions.SmoothingModeEnum
public static class GraphicsOptions.SmoothingModeEnum.Adapter extends com.google.gson.TypeAdapter<GraphicsOptions.SmoothingModeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphicsOptions.SmoothingModeEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, GraphicsOptions.SmoothingModeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, GraphicsOptions.SmoothingModeEnum enumeration) throws IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<GraphicsOptions.SmoothingModeEnum>
- Throws:
IOException
-
read
public GraphicsOptions.SmoothingModeEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<GraphicsOptions.SmoothingModeEnum>
- Throws:
IOException
-
-