On 2/16/14, "Nordlöw" <[email protected]> wrote:I'm however not sure how serialization of base and superclasses should be implemented in the most convenient way. Maybe somehow has a good suggestion for this.One way to do it: https://github.com/msgpack/msgpack-d#use-own-deserialization-routine-for-class-and-struct
That suffers from needing two functions to serialise/deserialise when only one should be needed.
Atila
