Skip to content

Improve return value handling for aggregators known to return numeric values #47

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

Closed
rlubke opened this issue Jun 27, 2022 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@rlubke
Copy link
Member

rlubke commented Jun 27, 2022

Due to how integer values are handled in coherence-json (the server side JSON handling library) a BigInteger or BigDecimal value may be returned in which case, this will be serialized as a String.

Currently, we require the user to handle the conversion, but for known aggregator types, we can certainly improve this.

@rlubke rlubke added the enhancement New feature or request label Jun 27, 2022
@rlubke rlubke closed this as completed in 4ecf9ec Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant