API Reference > OdRx Classes > OdRxValue Class > OdRxValue Methods > OdRxValue::serializeOut Method
OdRxValue::serializeOut Method
Syntax
C++
size_t serializeOut(void* pBytes, size_t& maxBytesToWrite) const;
Parameters 
Description 
void* pBytes 
[out] Pointer to the byte array.  
size_t& maxBytesToWrite 
[in] Maximum number of the bytes to write. 

Actual number of the bytes written.

Stores the value in the byte array. 

 

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