Package | Description |
---|---|
org.restlet.ext.gson |
Modifier and Type | Method and Description |
---|---|
protected <T> GsonRepresentation<T> |
GsonConverter.create(Representation source,
Class<T> objectClass)
Creates the unmarshaling
GsonRepresentation . |
protected <T> GsonRepresentation<T> |
GsonConverter.create(T source)
Creates the marshaling
GsonRepresentation . |
Copyright © 2005–2018. All rights reserved.