Hi all, What is the relationship between java.io.Serializable and the Bean Serializer? If I want my objects to be serialized, they need to implement java.io.Serializable, right? Does this mean that I can implement writeObject and readObject, and that serial version UID's will be respected? If not, what is the purpose of requiring this interface?
- Matt
