Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.26 KB

AlbanianXrm.PowerPlatform.EntitySerializer

Build Status
Build Status
Build history
Package NuGet
AlbanianXrm.PowerPlatform.EntitySerializer AlbanianXrm.PowerPlatform.EntitySerializer

This library can serialize an Microsoft.Xrm.Sdk.Entity to Json and back using System.Text.Json.

Usage

To use the library:

  1. Get the package from NuGet:
nuget install AlbanianXrm.PowerPlatform.EntitySerializer -PreRelease
  1. Use EntitySerializer or the JsonConverters with your JsonSerializerOptions instance to serialize/deserialize your data.