| Class | Description |
|---|---|
| ApplicationsJsonBeanSerializer |
Support custom formatting of
Applications.appsHashCode and Applications.versionDelta. |
| ApplicationsXmlBeanSerializer |
Support custom formatting of
Applications.appsHashCode and Applications.versionDelta. |
| ApplicationXmlDeserializer |
Deserialize
Application from XML directly due to issues with Jackson 2.6.x
(this is not needed for Jackson 2.5.x). |
| InstanceInfoJsonBeanSerializer |
Custom bean serializer to deal with legacy port layout (check
InstanceInfo.PortWrapper for more information). |
| InstanceInfoXmlBeanSerializer |
Custom bean serializer to deal with legacy port layout (check
InstanceInfo.PortWrapper for more information). |
| PortWrapperXmlDeserializer |
Due to issues with properly mapping port XML sub-document, handle deserialization directly.
|