Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Serialization

What's the current serialization behavior for objects with introduced
fields? Is the serialversionUID of the original class modified, even if
explicitely specified? If I introduce an interface on the client side,
can I still read plain objects from a server through RMI? And, the other
way round?

--
Eric Jain



Back to the top