129 /** Converts back (de-serializes) a sequence of binary data within a std::string into a MRPT object, without prior information about the object's class.
130 * \param in_data The serialized input data representing the object.
131 * \param obj The newly created object will be stored in this smart pointer.
132 * \exception None On any internal exception, this function returns a NULL pointer.