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

RWCompactObjectInputStreamImp

Module:  Advanced Tools   Package:  Serialization


RWCompactObjectInputStreamImp RWObjectInputStreamImp RWFilteredDataInputStreamImp

Local Index

Members

Header File

#include <rw/serial/RWCompactObjectInputStreamImp.h>

Description

The class RWCompactObjectInputStreamImp reads objects encoded in a compact format from the supplied RWDataInputStream. 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

RWCompactObjectInputStreamImp(RWDataInputStream& sourceStream,bool annotateStream)

Static Public Member Functions

static RWObjectInputStream 
make(RWDataInputStream& source,
     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.