1
0
forked from fsfw/fsfw

first attempt to document and explain serialization tools for application developers

This commit is contained in:
2019-10-17 00:23:46 +02:00
parent cd7e47ccbb
commit 743d8abeaf
3 changed files with 29 additions and 3 deletions

View File

@ -9,7 +9,7 @@
*/
/**
* Translation of objects into data streams.
* An interface for alle classes which require translation of objects data into data streams and vice-versa.
* \ingroup serialize
*/
class SerializeIF {