Skip to content

Commit

Permalink
Sanitized readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Mar 12, 2024
1 parent 8e351ca commit 153172b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,6 @@ We believe in keeping the community informed, so here's a few more tidbits of in
![Size](https://img.shields.io/github/languages/code-size/tacosontitan/Pasper?logo=github&style=for-the-badge)
![Line Count](https://img.shields.io/tokei/lines/github/tacosontitan/Pasper?logo=github&style=for-the-badge)

## 🔥 Simplified Serialization

We recently added an extension method in the namespace `Pasper.Extensibility` that allows you to serialize an object in your codebase in a standardized way:

```csharp
var person = new Person
{
Id = 1,
FirstName = "John",
LastName = "Doe"
};

string json = person.Serialize<JsonProvider>();
```

Our next step is to add dependency injection support for your custom providers in this extension method, but for now a parameterless constructor is required.

## 🛣️ Roadmap

The following is a list of features that are planned for the future:
Expand Down

0 comments on commit 153172b

Please sign in to comment.