I'm reading TDengine database code,But I'm not a good coder
Since I have this question: Does fprintf function in C language belong to deserialization?
As I know, exporting human-readable data to storage is an important feature of deserialization.
actually, I want to understand serialization/deserialization better.
In my understanding, whether in network communication or data in memory flush into the file in storage, as long as the object/data in memory changed into a byte stream or in reverse, that could be called serialization/deserialization.
hence fprintf function is deserialization, am I right?