What is the recommended way to serialize the state of a derived class along with all the states of it's parents? Looks like MSGPACK_DEFINE doesn't directly support invoking the base class. Shall a macro with name like MSGPACK_DEFINE_BASE allowing to specify a list of base classes that has to be serialized too?