conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Serialize Customization and usage #104

Closed Mkatari3700 closed 8 months ago

Mkatari3700 commented 9 months ago

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