Super compact serialisation of C++ classes How about defining the variable, initialising it and writing code for serialisation and deserialisation on a single line of code? Continue reading “Super compact serialisation of C++ classes”…
Serialisation of C++ classes with very little code Serialisation into human readable formats tends to be a tedious task in programming languages without a lot of reflection. Here is a trick to make it far less repetitive in C++. Continue reading “Serialisation of C++ classes with very little code”…