Interface Translator
public interface Translator
Contract to translate an object value to an string value for XML.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
translate
Translates the object value into a string for XML.- Parameters:
object- Object to be translated.- Returns:
- String for XML.
- Throws:
XmlMarshallException- If fails to translate object.
-