![]() |
Qore Programming Language 1.19.5
|
deserialization context object used in builtin deserializer methods More...
#include <common.h>
Public Member Methods | |
| DLLEXPORT QoreObject * | deserializeObject (const char *index, ExceptionSink *xsink) |
| returns the object corresponding to the given object serialization index More... | |
| DLLEXPORT QoreValue | deserializeValue (const QoreValue val, ExceptionSink *xsink) |
| deserializes the given data value and returns the deserialized value More... | |
deserialization context object used in builtin deserializer methods
| DLLEXPORT QoreObject * QoreDeserializationContext::deserializeObject | ( | const char * | index, |
| ExceptionSink * | xsink | ||
| ) |
returns the object corresponding to the given object serialization index
throws a Qore-language exception if there is an error deserializing the object
| DLLEXPORT QoreValue QoreDeserializationContext::deserializeValue | ( | const QoreValue | val, |
| ExceptionSink * | xsink | ||
| ) |
deserializes the given data value and returns the deserialized value
throws a Qore-language exception if there is an error deserializing the object