M - Expected model type by the Loader that uses this
DataReaderBase - Intermediate type before getting to M, allowing
AbstractAutoBeanReader.createReturnData(Object, Object) to further modify the datapublic class JsoReader<M,Base> extends AbstractAutoBeanReader<M,Base,JavaScriptObject>
DataReader implementation to turn JSOs into AutoBeans
automatically.public JsoReader(com.google.web.bindery.autobean.shared.AutoBeanFactory factory,
Class<Base> rootBeanType)
factory - an auto bean factory capable of encoding objects of type MrootBeanType - AutoBean based type to represent the base dataCopyright © 2012. All Rights Reserved.