An interface for extracting properties from a format. More...
#include <MarshallInterface.hpp>
Public Member Functions | |
virtual bool | deserialize (PropertyBag &v)=0 |
virtual | ~DemarshallInterface () |
An interface for extracting properties from a format.
Definition at line 91 of file MarshallInterface.hpp.
virtual RTT::marsh::DemarshallInterface::~DemarshallInterface | ( | ) | [inline, virtual] |
Definition at line 94 of file MarshallInterface.hpp.
virtual bool RTT::marsh::DemarshallInterface::deserialize | ( | PropertyBag & | v | ) | [pure virtual] |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implemented in RTT::marsh::XMLRPCDemarshaller, RTT::marsh::PropertyDemarshaller, and RTT::marsh::TinyDemarshaller.