#include <dataserialize.h>

This class serializes data into a specific file format.
Public Member Functions | |
| MAXON_METHOD Result< void > | WriteDocument (const Id &id, const ConstDataPtr &data) | 
Private Member Functions | |
| 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. |