kedzie / VBoxManager

Android VirtualBox Manager
https://market.android.com/details?id=com.kedzie.vbox&feature=search_result
68 stars 21 forks source link

KSoap Complex Objects #15

Closed kedzie closed 11 years ago

kedzie commented 12 years ago

Enable marshalling/unmarshalling complex java objects. 2 possible implementations:

I. First create a Map<String,String> then unmarshall each property based on the pojo property type reflection.
II. Custom org.ksoap2.serialization.Marshall implementations for each complex object type.

kedzie commented 11 years ago

Done.