P
Peter
Hi
If i want to serialize my object in my own format. I should
overwrite readObject() and writeObject(). OR implement Externalizable
interface and overwrite writeExternal() and readExternal() ?
Which one is better?
thanks
from Peter ([email protected])
If i want to serialize my object in my own format. I should
overwrite readObject() and writeObject(). OR implement Externalizable
interface and overwrite writeExternal() and readExternal() ?
Which one is better?
thanks
from Peter ([email protected])