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