@ProviderType
public interface Marshaller
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
marshal(java.lang.Object object)
Returns a
String that represents the Object passed as input. |
java.lang.String marshal(java.lang.Object object)
throws KuraException
String that represents the Object passed as input.object - the object that will be marshalled.String representing the string representation of the object passed as inputKuraException - when the marshalling operation fails.