|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
Serialization to char vector implementation, specialization for Google protocol bufs. More...
#include <SerializeToVector.h>
Public Member Functions | |
| char_vector_t | operator() (const T &object) const |
| Function operator. More... | |
| void | operator() (const T &object, char_vector_t &result) const |
| Function operator. More... | |
Serialization to char vector implementation, specialization for Google protocol bufs.
|
inline |
Function operator.
| [in] | object | - Object to serialize |
This overload creates new memory.
|
inline |
Function operator.
| [in] | object | - Object to serialize |
| [out] | result | - Char vector containing serialized object |
This overload uses the memory passed in and resizes if necessary.