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