public interface BinaryObjectSerializer
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underylying stream after first flushing it.
|
void |
flush()
Flushes the underlying stream.
|
void |
writeObject(Object object)
Writes the next object to the stream.
|
void writeObject(Object object)
object
- The object to write.for a list of supported types.
void flush()
void close()
Copyright © 2022. All rights reserved.