-
Notifications
You must be signed in to change notification settings - Fork 12
- Fix collection serialization for rest procedures and dataproviders #956
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
Conversation
Cherry pick to beta success |
…tput parameter. Reverts to default wrapped status for this case
Cherry pick to beta success |
… as API objects. Changed Attribute GxUnWrappedJson for GxJsonSerialization(type)
Cherry pick to beta failed, 1 conflicted file in commit ee9000f
|
Manual cherry pick to beta success |
Cherry pick to beta failed, 1 conflicted file in commit ee9000f
|
Manual cherry pick to beta success |
…ith Json response
Cherry pick to beta failed, 1 conflicted file in commit 8ab5213
|
Manual cherry pick to beta success |
Cherry pick to beta success |
Cherry pick to beta success |
claudiamurialdo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The two methods GetWrappedStatus and SetWrappedStatus could be internal?
|
|
||
| private string wrappedStatus = ""; | ||
|
|
||
| public string GetWrappedStatus() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using internal methods over public ones whenever possible.
| return wrappedStatus; | ||
| } | ||
|
|
||
| public void SetWrappedStatus(string value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can it be internal instead of public?
- Change SetWrappedStatus function as internal.
Cherry pick to beta success |
Cherry pick to beta success |
Cherry pick to beta success |
Cherry pick to beta success |
Cherry pick to beta success |
Issue 106797
Cherry pick to beta success |
The property Json Collection Serialization , was not being used in REST procedures / Dps
Issue :
106797