19#ifndef __com_sun_star_io_XObjectOutputStream_idl__
20#define __com_sun_star_io_XObjectOutputStream_idl__
27module
com { module sun { module star { module io {
29 published
interface XPersistObject;
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
makes it possible to write machine-independent simple data types to a stream.
Definition: XDataOutputStream.idl:35
stores XPersistObject implementations into the stream
Definition: XObjectOutputStream.idl:41
void writeObject([in] XPersistObject Object)
writes an object to the stream.
allows to make UNO objects persistent
Definition: XPersistObject.idl:55
Definition: Accessible.idl:22