| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlySerializer<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> JsonSerializer<T> |
Json.getSerializer(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Json.setDefaultSerializer(JsonSerializer defaultSerializer) |
<T> void |
Json.setSerializer(Class<T> type,
JsonSerializer<T> serializer) |
Copyright © 2014. All Rights Reserved.