We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When AuxSrv is used, the toJson method defined in model is not used. Instead, the default Json representation of attribute is used.
toJson
AuxSrv should use toJson method and then filter out unwanted attributes.
The text was updated successfully, but these errors were encountered:
#70 Use toJson defined in model by AuxSrv
32e69f3
To-om
No branches or pull requests
When AuxSrv is used, the
toJson
method defined in model is not used. Instead, the default Json representation of attribute is used.AuxSrv should use
toJson
method and then filter out unwanted attributes.The text was updated successfully, but these errors were encountered: