The marshall method for the ExtensibleAttribute subclass doesn't reuse the base class method for probably ill-advised reasons, and now it's out of sync and losing track of the set of attribute names attached to the attribute. This wouldn't be a big deal if not for the horrible code used to rename attributes pulled from metadata.
The marshall method for the ExtensibleAttribute subclass doesn't reuse the base class method for probably ill-advised reasons, and now it's out of sync and losing track of the set of attribute names attached to the attribute. This wouldn't be a big deal if not for the horrible code used to rename attributes pulled from metadata.