Skip to content

cpp serialization

ghdrako edited this page Nov 2, 2023 · 3 revisions

C++ has no reflection mechanism, and so manual serialize and unserialize functions defined on a per-class basis is the best you can do.

Test

Clone this wiki locally