Uploaded image for project: 'JBoss Marshalling'
  1. JBoss Marshalling
  2. JBMAR-136

Wrong creator is chosen by default

    XMLWordPrintable

Details

    • Workaround Exists
    • Hide

      Always make sure you explicitly configure a serialization creator.

        marshallingConfiguration.setSerializedCreator(new SunReflectiveCreator());
      
      Show
      Always make sure you explicitly configure a serialization creator. marshallingConfiguration.setSerializedCreator( new SunReflectiveCreator());

    Description

      If no creator is set, the serialized creator is not chosen properly by default as it should be; instead the generic creator is chosen which is wrong.

      Attachments

        Activity

          People

            dlloyd@redhat.com David Lloyd
            dlloyd@redhat.com David Lloyd
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: