public interface BeanConverter
| Modifier and Type | Method and Description |
|---|---|
void |
append(Appendable buf,
Object pojo)
Serialize object to a buffer.
|
<T> T |
convertToObject(String string,
Class<T> className) |
String |
convertToString(Object pojo) |
String |
getContentType() |
String getContentType()
void append(Appendable buf, Object pojo) throws IOException
buf - Buffer to append topojo - Object to serializeIOException - If Appendable.append(char) throws an exception.Copyright © 2007-2012. All Rights Reserved.