CEditView::SerializeRaw

Call SerializeRaw to have a CArchive object read or write the text in the CEditView object to a text file.

void SerializeRaw(
   CArchive& ar 
);

Parameters

  • ar
    Reference to the CArchive object that stores the serialized text.

Remarks

SerializeRaw differs from CEditView's internal implementation of Serialize in that it reads and writes only the text, without preceding object-description data.

Requirements

Header: afxext.h

See Also

Reference

CEditView Class

Hierarchy Chart

CArchive Class

CObject::Serialize

Other Resources

CEditView Members