#include <SQLDataSerialization.hpp>
Static Public Member Functions | |
static deserializerPtr | getDeserializer (TypeTag ttPrm) throw (NotImplementedException, UnexpectedException) |
To get the deserializer, give the object type and you'll get the function. |
static deserializerPtr CarobNS::SQLDataSerialization::getDeserializer | ( | TypeTag | ttPrm | ) | throw (NotImplementedException, UnexpectedException) [static] |
To get the deserializer, give the object type and you'll get the function.
ttPrm | type of object to be deserialized |
NotImplementedException | if the deserialization for the given type is not implemented yet |