Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding gwt request with SyncProxy #52

Open
dinalkobi opened this issue Jul 19, 2017 · 1 comment
Open

Decoding gwt request with SyncProxy #52

dinalkobi opened this issue Jul 19, 2017 · 1 comment

Comments

@dinalkobi
Copy link

Hi Everyone,
I am trying to decode GWT request by using SyncProxy,
I saw there is a way to decode GWT response but I couldn't find way to decoding request.
am I missing something?
Thank you,
Dina

@jcricket
Copy link
Owner

Typically, this is done by the service interface created in the SyncProxy class, but if you're looking for some of the indepth details, the entire SyncProxy system uses code directly from GWT to do the decoding back into an object. See the #doInvoke method in the RemoteServicesSyncProxy class for some details: RemoteServiceSyncProxy. Best practice is the read through the Wiki QuickStart.

If i'm missing what, youi're asking, please advise. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants