#include <vtkCommonExecutionModelSerDes.h>
|
static int | RegisterClasses (void *serializer, void *deserializer, const char **error) |
| Register the (de)serialization handlers of classes in a serialized library. More...
|
|
◆ RegisterClasses()
static int vtkCommonExecutionModelSerDesRegistrar::RegisterClasses |
( |
void * |
serializer, |
|
|
void * |
deserializer, |
|
|
const char ** |
error |
|
) |
| |
|
static |
Register the (de)serialization handlers of classes in a serialized library.
- Parameters
-
serializer | a vtkSerializer instance |
deserializer | a vtkDeserializer instance |
error | when registration fails, the error message is pointed to by error . Use it for logging purpose. |
- Warning
- The memory pointed to by
error
is not dynamically allocated. Do not free it.
The documentation for this class was generated from the following file: