Package org.apache.axis.encoding
Interface SimpleValueSerializer
-
- All Superinterfaces:
java.io.Serializable
,Serializer
,Serializer
- All Known Implementing Classes:
Base64Serializer
,CalendarSerializer
,DateSerializer
,EnumSerializer
,HexSerializer
,QNameSerializer
,SimpleListSerializer
,SimpleSerializer
,TimeSerializer
public interface SimpleValueSerializer extends Serializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValueAsString(java.lang.Object value, SerializationContext context)
Return an XML compatible representation of the value.-
Methods inherited from interface javax.xml.rpc.encoding.Serializer
getMechanismType
-
Methods inherited from interface org.apache.axis.encoding.Serializer
serialize, writeSchema
-
-
-
-
Method Detail
-
getValueAsString
java.lang.String getValueAsString(java.lang.Object value, SerializationContext context)
Return an XML compatible representation of the value.- Parameters:
value
-- Returns:
-
-