Class ReadProperty.PropertyDataTypeEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ReadProperty.PropertyDataTypeEnum>
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadProperty.PropertyDataTypeEnum.Adapter
-
- Enclosing class:
- ReadProperty.PropertyDataTypeEnum
public static class ReadProperty.PropertyDataTypeEnum.Adapter extends com.google.gson.TypeAdapter<ReadProperty.PropertyDataTypeEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadProperty.PropertyDataTypeEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, ReadProperty.PropertyDataTypeEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, ReadProperty.PropertyDataTypeEnum enumeration) throws java.io.IOException- Specified by:
writein classcom.google.gson.TypeAdapter<ReadProperty.PropertyDataTypeEnum>- Throws:
java.io.IOException
-
read
public ReadProperty.PropertyDataTypeEnum read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<ReadProperty.PropertyDataTypeEnum>- Throws:
java.io.IOException
-
-