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
When the decoder encounters a HashMap keyed by integers it (correctly) decodes them into a JS Map, however the same field where the map is empty is decoded into a regular JS Object causing interfacing code to error unless it handles both cases.
Is there a way to mark a field to be explicitly always a Map/Object?
Test data and MRE coming soon, just thought I would begin the process...
The text was updated successfully, but these errors were encountered:
When the decoder encounters a HashMap keyed by integers it (correctly) decodes them into a JS Map, however the same field where the map is empty is decoded into a regular JS Object causing interfacing code to error unless it handles both cases.
Is there a way to mark a field to be explicitly always a Map/Object?
Test data and MRE coming soon, just thought I would begin the process...
The text was updated successfully, but these errors were encountered: