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.
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.