Message reader deserializes ROS messages into plain objects. The messages are fully deserialized. Lazy messages provide on-demand access and deserialization to fields of a serialized ROS message.
cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal ...