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 ProjektRessourceread(com.google.gson.stream.JsonReader in)voidwrite(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:
 writein classcom.google.gson.TypeAdapter<ProjektRessource>- Throws:
 IOException
 
- 
read
public ProjektRessource read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
 readin classcom.google.gson.TypeAdapter<ProjektRessource>- Throws:
 IOException
 
 - 
 
 -