--- Matt Munz <[EMAIL PROTECTED]> wrote: > Hi all, > > What is the relationship between java.io.Serializable and the Bean > Serializer?
No relationship at all. > If I want my objects to be serialized, they need to > implement java.io.Serializable, right? No. It just has to be a JavaBean (if you want to use Bean Serializer/De-Serializer) > 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? Not applicable. > - Matt ===== Davanum Srinivas - http://webservices.apache.org/~dims/
