Hi Lukasz,
Lukasz Matuszczak wrote:
I'm interested in serializing SVGOMDocument object (not to XML string
:)). I see that org.apache.batik.dom.AbstractNode is serializable, but
not all information is serialized (there are many transient fields).
My question is: would it be very hard to correct DOM implementation to
serialize document in such manner that deserialized document would
satisfy the needs of batik rendering?
I have no idea.
Can I expect that it will work in near future or there are no plans
to implement this?
I have no plans to implement this, however this is an open source
project which means that you are free (and in fact actively encouraged)
to implement things like this and contribute them back to the project.
My thought (maybe wrong) was that deserializing Java DOM objects from
file would be much faster then parsing XML document and preparing all
structures. Am I wrong?
I don't know, I would guess that it would be faster but I don't
have any figures.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]