CEditView::SerializeRaw

This method reads or writes the text in the CEditView object to a text file. SerializeRaw differs from CEditView’s internal implementation of Serialize in that it reads and writes only the text, without preceding object-description data.

At a Glance

Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Header file: Afxext.h
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void SerializeRaw( CArchive& ar );

See Also

CArchive, CObject::Serialize