#include <rtt/Marshaller.hpp>

Public Member Functions | |
| virtual bool | deserialize (PropertyBag &v)=0 |
| Deserialize data to a property bag. | |
Definition at line 94 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::TinyDemarshaller, RTT::XMLDemarshaller< input_stream >, and RTT::XMLRPCDemarshaller.
1.5.8