I've finished the automatic serialization/ remote procedure call registry that had me studying the ancient black magics of modern C++. I don't know if this is useful to anyone else, but I commented and cleaned it up and put it on github. https://gist.github.com/Alrecenk/0bd87c773f44a68e8043fe93d9f6ff53#file-serializationregistry-cpp-L305

#coding #cplusplus #cplusplus20 #technicalasset

A registry for classes and their void methods to allow automatic serialization and facilitate remote procedure calls.

A registry for classes and their void methods to allow automatic serialization and facilitate remote procedure calls. - SerializationRegistry.cpp

Gist