Class XmlFriendlyMapper

All Implemented Interfaces:
Mapper

public class XmlFriendlyMapper extends AbstractXmlFriendlyMapper
Deprecated.
As of 1.3 use XmlFriendlyReader
Mapper that ensures that all names in the serialization stream are XML friendly. The replacement chars and strings are:
  • $ (dollar) chars appearing in class names are replaced with _ (underscore) chars.
  • $ (dollar) chars appearing in field names are replaced with _DOLLAR_ string.
  • _ (underscore) chars appearing in field names are replaced with __ (double underscore) string.
  • default as the prefix for class names with no package.