Vjeran Marcinko <vjeran.marcinko <at> email.t-com.hr> writes: > Currently, DirectLink, or some other component that use DataSqueezers > cannot work with JDK1.5 enums, since it fails during unsqueezing such value.
I'd say the current strategy for squeezing enums is correct: enums *are* serializable (and efficiently, whil at that), and there's no need to reinvent the wheel to squeeze them. I guess there's a bug on ResolvingObjectInputStream preventing Tapestry from correctly deserializing enums, and this should be investigated and fixed. Implementing a custom squeezer for enums would just be a workaround this hypothetical bug. -- MB --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
