Skip to content
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

Improve Ballerina SerDes support #1234

Closed
TharindaDilshan opened this issue Apr 9, 2021 · 1 comment
Closed

Improve Ballerina SerDes support #1234

TharindaDilshan opened this issue Apr 9, 2021 · 1 comment
Labels
module/serdes Issues related to the Ballerina serdes module Team/PCM Protocol connector packages related issues Type/Improvement

Comments

@TharindaDilshan
Copy link
Contributor

Description:
As of now, the SerDes package supports serialization/deserialization of Ballerina anydata except for table type, and enum. The supported types can be expressed as a subset of anydata,

type serdesAnydata ()|boolean|int|float|decimal|string|map<serdesAnydata>|serdesAnydata[];

The functionality of the SerDes package needs to be improved to support the following,

  1. table type
  2. enum
  3. json
@aashikam aashikam added module/serdes Issues related to the Ballerina serdes module Team/PCM Protocol connector packages related issues labels Apr 9, 2021
@MohamedSabthar
Copy link
Member

We are closing this issue because the serdes module has been deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/serdes Issues related to the Ballerina serdes module Team/PCM Protocol connector packages related issues Type/Improvement
Projects
None yet
Development

No branches or pull requests

3 participants