|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dyuproject.protostuff.FilterOutput<ProtostuffOutput>
com.dyuproject.protostuff.GraphProtostuffOutput
public final class GraphProtostuffOutput
A ProtostuffOutput w/c can handle cyclic dependencies when serializing objects with graph transformations.
| Field Summary |
|---|
| Fields inherited from class com.dyuproject.protostuff.FilterOutput |
|---|
output |
| Constructor Summary | |
|---|---|
GraphProtostuffOutput(ProtostuffOutput output)
|
|
GraphProtostuffOutput(ProtostuffOutput output,
int initialCapacity)
|
|
| Method Summary | ||
|---|---|---|
|
writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated)
|
|
| Methods inherited from class com.dyuproject.protostuff.FilterOutput |
|---|
writeBool, writeByteArray, writeByteRange, writeBytes, writeDouble, writeEnum, writeFixed32, writeFixed64, writeFloat, writeInt32, writeInt64, writeSFixed32, writeSFixed64, writeSInt32, writeSInt64, writeString, writeUInt32, writeUInt64 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphProtostuffOutput(ProtostuffOutput output)
public GraphProtostuffOutput(ProtostuffOutput output,
int initialCapacity)
| Method Detail |
|---|
public <T> void writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated)
throws java.io.IOException
writeObject in interface OutputwriteObject in class FilterOutput<ProtostuffOutput>java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||