com.vaadin.client.communication.

Interface DiffJSONSerializer<T>

    • 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 -