public interface DiffJSONSerializer<T> extends JSONSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
update(T target,
Type type,
JsonValue jsonValue,
ApplicationConnection connection)
Update the target object in place based on the passed JSON data.
|
deserialize, serializevoid update(T target, Type type, JsonValue jsonValue, ApplicationConnection connection)
target - jsonValue - connection - Copyright © 2018 Vaadin Ltd. All rights reserved.