Class Writer


  • public class Writer
    extends java.lang.Object
    Serialize object and write it to string.

    Single threaded - you cannot use this class from different threads

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String result()  
      Writer write​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • write

        public Writer write​(java.lang.Object object)
      • result

        public java.lang.String result()