serialize changes. #35

Closed
muellerr wants to merge 21 commits from KSat:mueller_Serialization into master
Showing only changes of commit 12c3f9f168 - Show all commits

View File

@ -6,11 +6,11 @@
/**
* @defgroup serialize Serialization
* Contains serialisation services.
* Contains serialization services.
*/
/**
* @brief An interface for alle classes which require
* @brief An interface for all classes which require
* translation of objects data into data streams and vice-versa.
* @details
* @ingroup serialize