com.vaadin.client.communication.

Interface DiffJSONSerializer<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void update​(T target, Type type, elemental.json.JsonValue jsonValue, ApplicationConnection connection)

      Update the target object in place based on the passed JSON data.

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