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

All Superinterfaces:
JSONSerializer<T>

public interface DiffJSONSerializer<T>
extends JSONSerializer<T>


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

Method Detail

update

void update(T target,
            Type type,
            elemental.json.JsonValue jsonValue,
            ApplicationConnection connection)
Update the target object in place based on the passed JSON data.

Parameters:
target -
jsonValue -
connection -


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