izerForJavaType(value.getClass());ser.serialize(name,
>attributes, value, context);
>Scott.
>
> > --
> > From: Stickley, Jim
> > Reply To: [EMAIL PROTECTED]
> > Sent: Friday, July 12, 2002 12:37 PM
> > To: '[EMAIL PROTECTED]'
aType(value.getClass());
ser.serialize(name,
attributes, value, context);
Scott.
> --
> From: Stickley, Jim
> Reply To: [EMAIL PROTECTED]
> Sent: Friday, July 12, 2002 12:37 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Serialization of return
al Message-
From: Dunn, Scott [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 2:10 PM
To: [EMAIL PROTECTED]
Subject: Serialization of return values and inheritance hierarchies
I have a very granular interface which defines a small number of operations
(5) on a large number of entities ( >
I have a very granular interface which defines a small number of operations
(5) on a large number of entities ( > 100). Rather than having an interface
that defines more than 500 methods I have all the entities extend a base
class and define the interface in terms of the base class. By ensuring t