public interface BinderWriter
void write(Object source, Writer out) throws WriterException, MappingException
source - an POJOout - a character streamWriterException - if writes failMappingExceptionvoid write(Object source, OutputStream os) throws WriterException, MappingException
source - an POJOos - an output stream of bytes.WriterException - if writes failMappingExceptionString write(Object source) throws WriterException, MappingException
source - an POJOWriterException - if writes failMappingExceptionCopyright © 2016. All rights reserved.