Skip to content

Commit bbce241

Browse files
docs: update documentation of serializer class
1 parent 220fcd2 commit bbce241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

others/serialization.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
class Serializer {
1515
public:
1616
/**
17-
* @brief Serializes fundamental data types (like int, float, double, etc.)
18-
* to a binary file.
17+
* @brief Serializes fundamental data types to a binary file.
1918
* @tparam T The type of the data to be serialized.
2019
* @param out The output stream (std::ofstream).
2120
* @param data The data to be serialized.

0 commit comments

Comments
 (0)