[jdom-interest] suggestion: can we make the builders serializable?
Jason Hunter
jhunter at collab.net
Tue Aug 22 14:57:46 PDT 2000
"Wu, Charlie" wrote:
>
> So that they can build a jdom document from a serialized stream
> over the network?
No real reason why a builder couldn't be serializable, but what's the
use case? If the doc is coming as a serialized string you just
objectInputStream.readObject() to get the doc; no need for a serialized
builder.
-jh-
More information about the jdom-interest
mailing list