RootCauseunvalidated

the `localname` attribute is used not for deserialization process but only for serialization — `@JacksonXmlRootElement(localName = "Employee")`. Tension: Jackson ignores the root element name. Outcome: to change the root tag name.

8f6d0e7d-382c-461d-ad08-59819aecb52b

the localname attribute is used not for deserialization process but only for serialization — @JacksonXmlRootElement(localName = "Employee"). Tension: Jackson ignores the root element name. Outcome: to change the root tag name.