Object |
AbstractSharedGraphNode.readElement(Scope scope,
JsonReader in,
String field) |
|
Object |
SharedGraphNode.readElement(Scope scope,
JsonReader in,
String field) |
Read an element of the repeated field with the given name.
|
void |
AbstractSharedGraphNode.readField(Scope scope,
JsonReader in,
String field) |
|
void |
SharedGraphNode.readField(Scope scope,
JsonReader in,
String field) |
Reads the given field from the given input.
|
void |
AbstractSharedGraphNode.readFields(Scope scope,
JsonReader in) |
|
void |
SharedGraphNode.readFields(Scope scope,
JsonReader in) |
Reads all fields of this instance from the given input.
|
void |
AbstractSharedGraphNode.writeData(Scope scope,
JsonWriter out,
int id) |
|
void |
SharedGraphNode.writeData(Scope scope,
JsonWriter out,
int id) |
Writes the complete data of this node including type and ID to the given writer.
|
void |
AbstractSharedGraphNode.writeElement(Scope scope,
JsonWriter out,
String field,
Object element) |
|
void |
SharedGraphNode.writeElement(Scope scope,
JsonWriter out,
String field,
Object element) |
Writes the given element value that is compatible with the repeated field with the given name to the given
output.
|
protected void |
AbstractSharedGraphNode.writeFields(Scope scope,
JsonWriter out) |
Writes all fields of this instance to the given output.
|
void |
AbstractSharedGraphNode.writeFieldValue(Scope scope,
JsonWriter out,
String field) |
|
void |
SharedGraphNode.writeFieldValue(Scope scope,
JsonWriter out,
String field) |
Writes a single value that is currently assigned to the field with the given name to the given writer.
|
void |
AbstractSharedGraphNode.writeTo(Scope scope,
JsonWriter out) |
|
void |
SharedGraphNode.writeTo(Scope scope,
JsonWriter out) |
Writes this node to the given writer.
|