users@jax-rpc.java.net

purpose of javax.xml.rpc.encoding.SerializationContext ??

From: Mark D. Hansen <khookguy_at_yahoo.com>
Date: Thu, 29 Apr 2004 16:38:06 -0400

What is the purpose of the javax.xml.rpc.encoding.* interfaces? It looks like they are intended to provide a framework for [de]serialization registries. But the Serializer and Deserializer interfaces are just markers.

Shouldn't there be methods like ...

public interface Serializer {

org.w3c.dom.Element serialize(java.lang.Object);

...

}

Can anybody explain what the thinking of the JAX-RPC folks was in putting this stuff in the specification?

Thanks,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net