Package org.apache.axis.encoding
Interface SimpleValueSerializer
- All Superinterfaces:
Serializable,Serializer,Serializer
- All Known Implementing Classes:
Base64Serializer,CalendarSerializer,DateSerializer,EnumSerializer,HexSerializer,QNameSerializer,SimpleListSerializer,SimpleSerializer,TimeSerializer
-
Method Summary
Modifier and TypeMethodDescriptiongetValueAsString(Object value, SerializationContext context) Return an XML compatible representation of the value.Methods inherited from interface javax.xml.rpc.encoding.Serializer
getMechanismTypeMethods inherited from interface org.apache.axis.encoding.Serializer
serialize, writeSchema
-
Method Details
-
getValueAsString
Return an XML compatible representation of the value.- Parameters:
value-- Returns:
-