You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
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 -