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

Serialize Customization and usage #104

Merged
merged 5 commits into from
Feb 13, 2024
Merged

Conversation

Mkatari3700
Copy link
Contributor

Changes to address issue #93

  1. Updated JsonSerializerSettings to public so it can be customized. Now settings can be set while configuration is getting created as it has a overloaded constructor which takes JsonSerializerSettings as input.
  2. Using this settings in the serialize process also.

This pr closes #93

@v1r3n v1r3n merged commit 0278918 into conductor-sdk:main Feb 13, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The ApiClient does allow for custom serialization
2 participants