#include <dataserialize.h>
This class serializes data from a specific file format.
Public Member Functions | |
MAXON_METHOD Result< void > | ReadDocument (const Id &id, const DataPtr &data) |
Private Member Functions | |
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. |