Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Advanced Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWCompactObjectOutputStreamImp

Module:  Advanced Tools   Package:  Serialization


RWCompactObjectOutputStreamImp RWObjectOutputStreamImp RWFilteredDataOutputStreamImp

Local Index

Members

Header File

#include <rw/serial/RWCompactObjectOutputStreamImp.h>

Description

The class RWCompactObjectOutputStreamImp writes objects in a compact format to the supplied RWDataOutputStream. The format of this stream resembles that produced when RWCollectables are persisted using RW virtual streams. Implements the body idiom from the handle/body pattern. The stream can optionally be annotated with member (attribute) name and type information to support generic parsing.

Example

Protected Constructors

RWCompactObjectOutputStreamImp(RWDataOutputStream& sinkStream,bool annotateStream)

Static Public Member Functions

static RWObjectOutputStream 
make(RWDataOutputStream& sink,
     bool annotateStream = false);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.