com.vaadin.terminal.gwt.client.communication
Interface DiffJSONSerializer<T>

All Superinterfaces:
JSONSerializer<T>

public interface DiffJSONSerializer<T>
extends JSONSerializer<T>


Method Summary
 void update(T target, Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
          Update the target object in place based on the passed JSON data.
 
Methods inherited from interface com.vaadin.terminal.gwt.client.communication.JSONSerializer
deserialize, serialize
 

Method Detail

update

void update(T target,
            Type type,
            com.google.gwt.json.client.JSONValue jsonValue,
            ApplicationConnection connection)
Update the target object in place based on the passed JSON data.

Parameters:
target -
jsonValue -
connection -


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.