XStream

Should revert to different converter when encountering NotSerializableException using SerializableConverter

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2.2
  • Fix Version/s: 1.3
  • Component/s: Converters
  • Labels:
    None
  • JDK version and platform:
    Sun JDK 1.6.0_03 for Linux

Description

Running into this problem with my object tree, which I cannot modify (testing already written code).

The serialization goes up the tree until it encounters a GTKLookAndFeel object. This class extends SynthLookAndFeel which throws a NotSerializableException as part of its writeObject method. The SynthLookAndFeel class comments state:

  • This class implements {@link Serializable} as a side effect of it
  • extending {@link BasicLookAndFeel}. It is not intended to be serialized.
  • An attempt to serialize it will
  • result in {@link NotSerializableException}.

While this might not be very clean implementation for SynthLookAndFeel, it shouldn't prevent XStream to serialize the tree using a different converter, instead of the current behavior of throwing a ConversionException.

Activity

Hide
Joerg Schaible added a comment -

I've added a LookAndFeelConverter implementation that is based on reflection. You may give the current head revision a try.

Show
Joerg Schaible added a comment - I've added a LookAndFeelConverter implementation that is based on reflection. You may give the current head revision a try.
Hide
Joerg Schaible added a comment -

Closing issues before next release.

Show
Joerg Schaible added a comment - Closing issues before next release.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: