Uses of Package
org.ksoap2.serialization

Packages that use org.ksoap2.serialization
org.ksoap2.serialization This package contains support for the Soap Serialization specification. 
 

Classes in org.ksoap2.serialization used by org.ksoap2.serialization
AttributeContainer
           
AttributeInfo
          This class is used to store information about each attribute of an implementation of KvmSerializable exposes.
KvmSerializable
          Provides get and set methods for properties.
Marshal
          Interface for custom (de)serialization.
PropertyInfo
          This class is used to store information about each property an implementation of KvmSerializable exposes.
SoapObject
          A simple dynamic object that can be used to build soap calls without implementing KvmSerializable

Essentially, this is what goes inside the body of a soap envelope - it is the direct subelement of the body and all further subelements

Instead of this this class, custom classes can be used if they implement the KvmSerializable interface.

SoapSerializationEnvelope
           
 



Copyright © 2002-2011. All Rights Reserved.