jupedsim.serialization
#
Serialization/deserialization support
In this file you will find interfaces and implementations to serialize and deserialize different forms of input / output commonly used.
Module Contents#
- class TrajectoryWriter[source]#
Interface for trajectory serialization
- abstract begin_writing(simulation) None [source]#
Begin writing trajectory data.
This method is intended to handle all data writing that has to be done once before the trajectory data can be written. E.g. Meta information such as frame rate etc…
- Return type:
None