Modifier and Type | Class and Description |
---|---|
class |
RestfulSerializationJSON
Custom serialization process provides a way to add links to your resource representations.
|
Modifier and Type | Method and Description |
---|---|
JSONSerialization |
JSONSerialization.indented() |
JSONSerialization |
JSONPSerialization.withCallback(java.lang.String callbackName)
sets the jsonp callback
|
Modifier and Type | Class and Description |
---|---|
class |
GsonJSONSerialization
Gson implementation for JSONSerialization
|
Modifier and Type | Method and Description |
---|---|
JSONSerialization |
GsonJSONSerialization.indented() |
Modifier and Type | Class and Description |
---|---|
class |
XStreamJSONSerialization
XStream implementation for JSONSerialization
|
Modifier and Type | Method and Description |
---|---|
JSONSerialization |
XStreamJSONSerialization.indented() |
JSONSerialization |
XStreamJSONPSerialization.withCallback(java.lang.String callbackName) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<JSONSerialization> |
Results.json()
Uses json serialization.
|
Copyright © 2013 Caelum. All Rights Reserved.