| java.lang.Object | ||
| ↳ | com.google.gdata.wireformats.WireFormat | |
| ↳ | com.google.gdata.wireformats.XmlWireFormat | |
JSON wire format properties.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.WireFormat
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a wire format generator.
| |||||||||||
Create a wire format parser.
| |||||||||||
Create a wire format parser for a given xml event source.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.WireFormat
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a wire format generator.
| outProps | The output properties to use for output |
|---|---|
| w | Writer where output is sent to |
| cs | Character set used to encode output |
| prettyPrint | true if output should be in prettyprint format |
Create a wire format parser.
| inProps | The input properties to use when parsing |
|---|---|
| r | Reader where input is retrieved from |
| cs | Character set used to encode output |
Create a wire format parser for a given xml event source. By default this throws UnsupportedOperationException, subclasses can implement this if they choose to.
| inProps | |
|---|---|
| source |