The MarshalledObjectOutputStream uses the same serialization rules as it's
predecessor RMIObjectOutputStream, but it holds annotations for classes
separately from the main stream. It is intended to be used by
java.rmi.MarshalledObject class.
author: Mikhail A. Markov version: $Revision: 1.1.2.1 $ See Also:RMIObjectOutputStream
Constructs a MarshalledObjectOutputStream that writes to the specified
OutputStream.
Parameters: out - underlying OutputStream throws: IOException - if an I/O error occurred during stream initialization