| Package | Description |
|---|---|
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.output |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlWireFormat
JSON wire format properties.
|
| Modifier and Type | Field and Description |
|---|---|
static List<WireFormat> |
WireFormat.ALL
List of all supported wire formats.
|
| Modifier and Type | Method and Description |
|---|---|
WireFormat |
AltFormat.getWireFormat()
Returns the
WireFormat that is used to parse and generate the
representation or null if no supporting wire format exists. |
| Modifier and Type | Method and Description |
|---|---|
AltFormat.Builder |
AltFormat.Builder.setWireFormat(WireFormat wireFormat)
Sets the content wire format.
|
| Constructor and Description |
|---|
AltFormat(String name,
WireFormat wireFormat,
ContentType contentType,
List<ContentType> acceptList,
boolean isSelectableByType)
Deprecated.
Please use the
AltFormat.Builder instead. See AltFormat.builder(). |
| Modifier and Type | Method and Description |
|---|---|
abstract WireFormat |
WireFormatOutputGenerator.getWireFormat()
Returns the wire format to use when generating this output.
|
WireFormat |
RssDualGenerator.getWireFormat() |
WireFormat |
ElementGenerator.getWireFormat() |
WireFormat |
AtomServiceDualGenerator.getWireFormat() |
WireFormat |
AtomDualGenerator.getWireFormat() |
Copyright © 2012. All Rights Reserved.