From 153172b28f3306442403a6e85dc8962f663333b4 Mon Sep 17 00:00:00 2001 From: tacosontitan Date: Tue, 12 Mar 2024 00:14:09 -0500 Subject: [PATCH] Sanitized readme. --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index a4daf06..19c7ada 100644 --- a/README.md +++ b/README.md @@ -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(); -``` - -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: