Поделиться через


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 
);

Параметры

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

Заметки

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

Требования

Header: afxext.h

См. также

Основные понятия

CEditView Class

CEditView Members

Hierarchy Chart

CArchive Class

CObject::Serialize