CEditView::SerializeRaw

Call this member function to read or write 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.

Syntax

void SerializeRaw( CArchive& ar );

At a Glance

Header File Afxext.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEditView Overview, CEditView Member Functions, View Classes, CArchive, CObject::Serialize