An interface for extracting properties from a format. More...
#include <rtt/Marshaller.hpp>
Public Member Functions | |
virtual bool | deserialize (PropertyBag &v)=0 |
Deserialize data to a property bag. |
An interface for extracting properties from a format.
Definition at line 95 of file Marshaller.hpp.
virtual bool RTT::Demarshaller::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::Orocos1Demarshaller, RTT::PropertyDemarshaller, RTT::SimpleDemarshaller, RTT::XMLDemarshaller< input_stream >, and RTT::XMLRPCDemarshaller.