aliexpressru / memcached

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.
https://www.nuget.org/packages/Aerx.Memcached.Client
MIT License
27 stars 1 forks source link

Add System.Text.Json serializer support #48

Open vtomskih opened 1 month ago

vtomskih commented 1 month ago

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.

Bassardes commented 1 month ago

More than that I noticed that for sync serialization done by Newtonsoft, but deserialization by System.Text.Json