Skip to content

Commit e5ba98c

Browse files
authored
Update README.md
1 parent cae38ff commit e5ba98c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,10 @@ Example:
112112
```csharp
113113
var employee = tableEntity.FromTableEntity<Employee>();
114114
```
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

Comments
 (0)