RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Jinghua Gu
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]'

RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Dunn, Scott
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

RE: Serialization of return values and inheritance hierarchies

2002-07-12 Thread Stickley, Jim
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 ( >

Serialization of return values and inheritance hierarchies

2002-07-11 Thread Dunn, Scott
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