Uses of Class
org.restlet.ext.gson.GsonRepresentation
-
Packages that use GsonRepresentation Package Description org.restlet.ext.gson Integration with Gson @minor-version@. -
-
Uses of GsonRepresentation in org.restlet.ext.gson
Methods in org.restlet.ext.gson that return GsonRepresentation Modifier and Type Method Description protected <T> GsonRepresentation<T>GsonConverter. create(Representation source, java.lang.Class<T> objectClass)Creates the unmarshalingGsonRepresentation.protected <T> GsonRepresentation<T>GsonConverter. create(T source)Creates the marshalingGsonRepresentation.
-