API Reference > Classes > PRC Export-Import Classes > PdfExportServiceInterface_Impl Class > PdfExportServiceInterface_Impl Methods > PdfExportServiceInterface_Impl::serialize Method
PdfExportServiceInterface_Impl::serialize Method
Syntax
C++
virtual OdResult serialize(OdStreamBufPtr pBuffer, OdRxObjectPtr context, const PDF2PRCExportParams * params);
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 (c) 2002-2020. Open Design Alliance. All rights reserved.