| Package | Description |
|---|---|
| retrofit |
Retrofit turns your REST API into a Java interface.
|
| retrofit.converter |
| Modifier and Type | Method and Description |
|---|---|
static RetrofitError |
RetrofitError.conversionError(java.lang.String url,
Response response,
Converter converter,
java.lang.reflect.Type successType,
ConversionException exception) |
static RetrofitError |
RetrofitError.httpError(java.lang.String url,
Response response,
Converter converter,
java.lang.reflect.Type successType) |
RestAdapter.Builder |
RestAdapter.Builder.setConverter(Converter converter)
The converter used for serialization and deserialization of objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GsonConverter
A
Converter which uses GSON for serialization and deserialization of entities. |
Copyright © 2014 Square, Inc.. All Rights Reserved.