[
Lists Home |
Date Index |
Thread Index
]
> I want to understand the below statement, you have
> written.. "not if you serialize it using the default
> Java object serialization". Is it possible to
> serialize Java DOM objects by some other methods than
> default Java serialization method?
Yes, you can write your own serialization methods, which could for example
serialize the DOM model as XML.
Michael Kay
|