Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori authored Sep 15, 2023
1 parent 50a43e6 commit 207bf93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Serialization
Wrapper for any Serialize package
Example:

```csharp
builder.Services.AddSerialization(o =>
{
o.UseBinaryGo();
o.UseNewtonsoftJson();
});
```

[![Line Coverage Status](./src/CSharp/coverage-badge-line.svg)](https://github.com/danpetitt/open-cover-badge-generator-action/)

0 comments on commit 207bf93

Please sign in to comment.