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