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

Wrong creator is chosen by default

XMLWordPrintable

    • 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());

      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.

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

                Created:
                Updated:
                Resolved: