All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.encoding.soapenc.MapSerializer
MapSerializer
can be used to serialize and
deserialize Hashtables using the SOAP-ENC
encoding style.TODO: This should eventually deal with Maps, but doesn't yet.
public MapSerializer()
public void marshall(String inScopeEncStyle, Class javaType, Object src, Object context, Writer sink, NSStack nsStack, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException, IOExceptionunmarshall
public Bean unmarshall(String inScopeEncStyle, QName elementType, Node src, XMLJavaMappingRegistry xjmr) throws IllegalArgumentException
All Packages Class Hierarchy This Package Previous Next Index