Skip to content

Commit

Permalink
Update 2024-02-09_system-text-json-apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 20, 2024
1 parent e553eea commit b727232
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MyApp.Client/src/_posts/2024-02-09_system-text-json-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Service Clients, which is configured to:
- Supports `[DataContract]` annotations
- Supports Custom Enum Serialization

### Benefits all Add ServiceStack Reference Languages

This compatibility immediately benefits all of ServiceStack's [Add ServiceStack Reference](https://docs.servicestack.net/add-servicestack-reference)
native typed integrations for **11 programming languages** which all utilize ServiceStack's JSON API endpoints - now serialized with System.Text.Json

### Support for DataContract Annotations

Support for .NET's `DataContract` serialization attributes was added using a custom `TypeInfoResolver`, specifically it supports:
Expand Down

0 comments on commit b727232

Please sign in to comment.