-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
tiger
-
generic
-
generic
-
Verified
Name: fb126949 Date: 08/08/2003
The LineEvent class in package javax.sound.sampled is Serializable by inheritage, but it would be impossible to make it Serializable (i.e. the Line interface would have to be made Serializable, too). Consequently, LineEvent should be explicitely marked "Not Serializable".
This would also satisfy the JCK problem, I assume: LineEvent's inner class, LineEvent.Type, is not Serializable. This is therefore a re-open of RFE 4335276.
======================================================================
- relates to
-
JDK-4335276 LineEvent serialization does not work
- Closed
-
JDK-4270489 RFE: Some objects, such as AudioFormat, should be Serializable
- Closed