Skip to content

Stringified interface #2

@swfsql

Description

@swfsql

The interface is currently using stringified objects instead of the objects themselves.
I think that this is less efficient, since this includes some serialization/deserialization steps.
Besides that, the generated documents are more clear if the interfaces use structural types, instead of using String.

I'd prefer if callback functions parameters were not stringfied function names, but also references to the javascript functions themselves, as it would enable some improvements on the callback data flow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions