Helper class for encoding ObjectSeq into an OutputStream and decoding ObjectSeq from an InputStream.
Static
Reads ObjectSeq from the given InputStream.
The InputStream to read from.
The read ObjectSeq value.
Writes the ObjectSeq value to the given OutputStream.
The OutputStream to write to.
The value to write.
Helper class for encoding ObjectSeq into an OutputStream and decoding ObjectSeq from an InputStream.