You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, the GWT.create() statement in my code does what's expected but the same GWT.create() call in JsonSerializationContext.builder() doesn't. Crazily, Everything works as expected for the deserialization versions.
Any ideas as to what is happening?
This is with GWT 2.8.2 and devmode.
The text was updated successfully, but these errors were encountered:
I have a JsonDeserializationContext.Builder override working as expected but the serialization builder isn't working.
Here's what I have in my module:
The javascript ends up looking like this:
It's instantiating an instance of DefaultBuilder instead of my builder.
But, I know that my 'replace-with' works because I can do this:
... and the output is ...
So, the GWT.create() statement in my code does what's expected but the same GWT.create() call in JsonSerializationContext.builder() doesn't. Crazily, Everything works as expected for the deserialization versions.
Any ideas as to what is happening?
This is with GWT 2.8.2 and devmode.
The text was updated successfully, but these errors were encountered: