Am 02.05.2014 11:51, schrieb bossfong:

Does the vibe.data.serialization framework also serialize struct or
class properties? It seems like it doesn't and I would like to know
whether there is a reason for this behaviour and if yes, what the
reasoning is.

Greets,
bossfong

It should! However, it does that only for properties that have getter
and setter overloads, so that de-serializing also works. But maybe it
would make sense for special use cases to add some UDA to force
serializing certain properties...