FileDocCategorySizeDatePackage
SimpleValueSerializer.javaAPI DocApache Axis 1.41168Sat Apr 22 18:57:28 BST 2006org.apache.axis.encoding

SimpleValueSerializer

public interface SimpleValueSerializer implements Serializer
Serializers which implement this interface are indicating their ability to serialize "simple" values as strings. These are things suitable for putting in attributes, for instance.
author
Glen Daniels (gdaniels@apache.org)

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetValueAsString(java.lang.Object value, SerializationContext context)
Return an XML compatible representation of the value.

param
value
return