#include <dataserialize.h>
This class serializes data into a specific file format.
公共成员函数 |
|
| MAXON_METHOD Result < void > | WriteDocument (const Id &id, const ConstDataPtr &data) |
私有成员函数 |
|
| MAXON_INTERFACE ( DataSerializeWriterInterface , MAXON_REFERENCE_NORMAL , "net.maxon.interface.dataserializewriter") | |
|
private |
| MAXON_METHOD Result <void> WriteDocument | ( | const Id & | id , |
| const ConstDataPtr & | data | ||
| ) |
Writes the given object into a serialized stream.
| [in] | id | The identifier of the file. |
| [in] | data | The object's datatype and address. |