Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 441 Bytes

serialization.rst

File metadata and controls

16 lines (11 loc) · 441 Bytes

Serialization

Dynamic Types have their own :class:`pubsub` type like any class generated with an IDL, and their management is pretty similar to them.

.. literalinclude:: /../code/CodeTester.cpp
   :language: c++
   :start-after: //DYNAMIC_TYPES_SERIALIZATION
   :end-before: //!--
   :dedent: 8

A member can be marked to be ignored by serialization with the annotation @non_serialized.