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