Month: August 2021

BitArray serialization for Newtonsoft.Json and System.Text.Json

We are releasing the M5.BitArraySerialization.Json to NuGet. This library allows serialization of the BitArray class in .NET using JSON. Support for custom JSON converters for both Newtonsoft.Json and System.Text.Json. Serialization using Newtonsoft.Json Just add the Newtonsoft.Json.BitArrayConverter to your serializer settings. Serialization using System.Text.Json Just add the System.Text.Json.BitArrayConverter to your serializer…
Read More