/Ceras-Issue

Ceras serializer example to indicate issues using bool array inside generic dictionary

Primary LanguageC#

What's This?

We experienced issues when using Ceras with generic Dictionary<string, object> when object is of type bool[] and becomes too large.

This repository is here to depict that issue with an example.

Issue over at the Ceras repository