XStream
  1. XStream
  2. XSTR-343

Optionally Add fqcn as an attribute to each node within the XML.

    Details

    • Type: New Feature New Feature
    • Status: Closed Closed
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • JDK version and platform:
      any

      Description

      Provide the ability to optionally change Xstream's XML output such that it contains the fqcn name and object name as attributes in each node of the XML as in the following example.

      <object fqcn="com.somecompany.SomeClass" name="someClass1">
      <object fqcn="java.lang.String" name="str1">This is a test</object>
      <object fqcn="com.somecompany.SomeOtherClass" name="someClass2">
      <object fqcn="java.lang.Integer" name="integer1">100</object>
      <object fqcn="java.lang.String" name="str2">This is a test</object>
      </object>
      </object>

        People

        • Assignee:
          Jörg Schaible
          Reporter:
          LJ Liberto
        • Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: