Package com.vaadin.client.communication
Interface DiffJSONSerializer<T>
-
- All Superinterfaces:
JSONSerializer<T>
public interface DiffJSONSerializer<T> extends JSONSerializer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(T target, Type type, 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, JsonValue jsonValue, ApplicationConnection connection)
Update the target object in place based on the passed JSON data.- Parameters:
target
-jsonValue
-connection
-
-
-