Class Writer
- java.lang.Object
-
- kz.greetgo.strconverter.simple.core.Writer
-
public class Writer extends java.lang.ObjectSerialize object and write it to string.Single threaded - you cannot use this class from different threads
-
-
Constructor Summary
Constructors Constructor Description Writer(ConvertRegistry convertRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringresult()Writerwrite(java.lang.Object object)
-
-
-
Constructor Detail
-
Writer
public Writer(ConvertRegistry convertRegistry)
-
-
Method Detail
-
write
public Writer write(java.lang.Object object)
-
result
public java.lang.String result()
-
-