API Reference > OdExport Classes > PdfExportServiceInterface Class > PdfExportServiceInterface Methods > PdfExportServiceInterface::serialize Method
PdfExportServiceInterface::serialize Method
Syntax
C++
virtual OdResult serialize(OdStreamBufPtr pBuffer, OdRxObjectPtr context, const PDF2PRCExportParams * params) = 0;
Parameters 
Description 
OdStreamBufPtr pBuffer 
[in] A smart pointer to a stream buffer to serialize data in.  
OdRxObjectPtr context 
[in] A smart pointer to a context object to be serialized.  
const PDF2PRCExportParams * params 
[in] A raw pointer to an object that encapsulates a set of parameters for export.  

eOk if the context object was successfully serialized; otherwise, the method returns an appropriate error.

Serializes the PRC export context with specified export parameters.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.