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.
|
inlinevirtual |
Definition at line 94 of file MarshallInterface.hpp.
|
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.