Re: AW: Newbie Help with Comples Type
Stefan Haustein <[email protected]> Thu, 23 Oct 2003 20:20:41 +0200
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Hepp A., DP ITS,SMR,TR wrote: > There are 2 possibilities, as i found out, if anyone knows others, i´ll be > listening,too. Actually, there is a third option, that is to implement the interface KvmSerializable The methods getPropertyCount() and getPropertyInfo() are used by kSOAP to ask an object about it properties, replacing the missing reflection capabilities. Depending on whether you are serializing or deserializing getProperty()/setProperty() are used to get/set the properties of the object... Best, Stefan