Package com.eduix.genexp.studyelement
Class ExportCourseUnitRealisationAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ExportCourseUnitRealisation>
-
- com.eduix.genexp.studyelement.ExportCourseUnitRealisationAdapter
-
public class ExportCourseUnitRealisationAdapter extends com.google.gson.TypeAdapter<ExportCourseUnitRealisation>
-
-
Constructor Summary
Constructors Constructor Description ExportCourseUnitRealisationAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportCourseUnitRealisationread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, ExportCourseUnitRealisation value)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter out, ExportCourseUnitRealisation value) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<ExportCourseUnitRealisation>- Throws:
IOException
-
read
public ExportCourseUnitRealisation read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<ExportCourseUnitRealisation>- Throws:
IOException
-
-