Class MlWriter


  • public class MlWriter
    extends Writer
    • Method Summary

      Modifier and Type Method Description
      java.lang.String writeToString()
      Writes the object into a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • writeToString

        public java.lang.String writeToString()
        Description copied from class: Writer
        Writes the object into a string.
        Specified by:
        writeToString in class Writer
        Returns:
        the string representing the object.