|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinaryObjectSerializer
Interface for writing objects to a stream.
| Method Summary | |
|---|---|
void |
close()Closes the underylying stream after first flushing it. |
void |
flush()Flushes the underlying stream. |
void |
writeObject(java.lang.Object object)Writes the next object to the stream. |
| Method Detail |
|---|
void writeObject(java.lang.Object object)
object - The object to write.for a list of supported types.void flush()
void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||