M - the starting data format for the model to be inputedpublic class JsonWriter<M> extends AutoBeanWriter<M,String>
| Constructor and Description |
|---|
JsonWriter(com.google.web.bindery.autobean.shared.AutoBeanFactory factory,
Class<M> clazz)
Creates a new JSON writer for auto beans.
|
public String write(M model)
DataWritermodel - the source modelCopyright © 2012. All Rights Reserved.