"Put them in an enum and serializ..." <- According to this, struct should be as value of variant? Not like that: ``` struct Struct1; struct Struct2; emum Message { struct1, struct2 } ``` ?