Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Feature request: Serializable nodes

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Steve Loughran <steve.loughran AT gmail.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Feature request: Serializable nodes
  • Date: Fri, 28 Jan 2005 15:20:29 +0000

On Fri, 28 Jan 2005 08:08:43 -0500, Elliotte Harold
<elharo AT metalab.unc.edu> wrote:
> Steve Loughran wrote:
>
> > Is there an underlying reason why this is impossible, or is it just
> > lack of time/need, in which case I will sit down and do it
>
> Non-implementation of the Serializable interface is a deliberate design
> decision. See
>
> http://www.xom.nu/designprinciples.xhtml#d0e312

I thought there may be some architectural issue, but then given the
W3C seem to be well on their way to approving binary wire marshallings
of XML, felt there may be some room for manoevre.

The problem I am having is that the nodes are part of a graph of
distributed deployment of objects; you may have a bit of the graph in
one process/host, and a bit more elsewhere. Java RMI works as the
comms layer, but it really depends on serialisation. the XML
representation works for documents, but not pieces of the graph.

-steve




Archive powered by MHonArc 2.6.24.

Top of Page