CEditView::SerializeRaw
voidSerializeRaw(CArchive&ar);
Parameters
ar
Reference to the CArchive object that stores the serialized text.
Remarks
Call SerializeRaw to have a CArchive object 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.
CEditView Overview | Class Members | Hierarchy Chart
See Also CArchive, CObject::Serialize