M - the starting data format for the model to be inputedD - the data format to be used, usually to send the initial data over
the wirepublic abstract class AutoBeanWriter<M,D> extends Object implements DataWriter<M,D>
| Constructor and Description |
|---|
AutoBeanWriter(com.google.web.bindery.autobean.shared.AutoBeanFactory factory,
Class<M> clazz)
Creates a new auto bean writer.
|
Copyright © 2012. All Rights Reserved.