A high-performance client library for managing multiple instances of Memcached, optimized for scalability and reliability. This library is designed to provide seamless integration and efficient caching solutions for large-scale applications, ensuring low latency and high throughput. Developed and maintained by AliExpress CIS.
Hi, I have models that have System.Text.Json serialization attributes.
And now, to use them, I have to add additional Newtonsoft.Json attributes.
It would be nice to be able to choose System.Text.Json serialization.
Hi, I have models that have
System.Text.Json
serialization attributes. And now, to use them, I have to add additionalNewtonsoft.Json
attributes. It would be nice to be able to chooseSystem.Text.Json
serialization.