Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(This actually doesn't work that well and probably isn't what the Betwixt authors had in mind. For a better solution, see ../HierarchalClassNormalizer)

This works for marshalling, but has some quirks when unmarshalling. (Specifically, when unmarshalling the correct bean type is created, but none of the properties are initialized. I suspect this is because the AttributeDescriptor has no updaters, which may in turn be caused by some quirk when executing java.beans.Introspector on a subclass.)

...