Interface Translator


public interface Translator
Contract to translate an object value to an string value for XML.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    translate(Object object)
    Translates the object value into a string for XML.
  • Method Details