Package de.xima.fc.helper
Class ProjektRessourceAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ProjektRessource>
-
- de.xima.fc.helper.ProjektRessourceAdapter
-
public class ProjektRessourceAdapter extends com.google.gson.TypeAdapter<ProjektRessource>
-
-
Constructor Summary
Constructors Constructor Description ProjektRessourceAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjektRessource
read(com.google.gson.stream.JsonReader in)
void
write(com.google.gson.stream.JsonWriter out, ProjektRessource src)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter out, ProjektRessource src) throws IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<ProjektRessource>
- Throws:
IOException
-
read
public ProjektRessource read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<ProjektRessource>
- Throws:
IOException
-
-