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 -