The OpenD Programming Language

serdeIgnoreIfAggregate.serdeOrderedIn

UDA used to force deserializer to initilize members in the order of their definition in the target object/structure.

The attribute force deserializer to create a dummy type (recursively), initializer its fields and then assign them to to the object members (fields and setters) in the order of their definition.

See Also

Meta