|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface controls how objects are encoded into a stream.
| Method Summary | |
void |
endInstance(SerializationStreamWriter stream,
Object instance)
Mark the end of instance in the stream. |
StringTable |
getStringTable()
Get the string table associated with this encoder. |
boolean |
startInstance(SerializationStreamWriter stream,
Object instance)
Mark the start of an instance. |
| Method Detail |
public StringTable getStringTable()
public boolean startInstance(SerializationStreamWriter stream,
Object instance)
throws SerializationException
SerializationException
public void endInstance(SerializationStreamWriter stream,
Object instance)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||