#include <rtt/Marshaller.hpp>

Definition at line 94 of file Marshaller.hpp.
Public Member Functions | |
| virtual bool | deserialize (PropertyBag &v)=0 |
| Deserialize data to a property bag. | |
| virtual bool 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 Orocos1Demarshaller, PropertyDemarshaller, SimpleDemarshaller, TinyDemarshaller, XMLDemarshaller, and XMLRPCDemarshaller.
Referenced by PropertyDemarshaller::deserialize().
1.5.6