We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae38ff commit e5ba98cCopy full SHA for e5ba98c
README.md
@@ -112,3 +112,10 @@ Example:
112
```csharp
113
var employee = tableEntity.FromTableEntity<Employee>();
114
```
115
+
116
+## Custom Json Serialization Settings For Complex Types
117
+Beginning with v1.4, you can now control how the json for complex types are serialized/deserialized.
118
119
+To set the settings globally, use `SetDefaultJsonSerializerSettings`. Use this option if you want to apply them to all table entity conversions.
120
121
+The other option is pass in the settingds in the newly overloaded `ToTableEntity` and `FromTableEntity` methods.
0 commit comments