StackExchange.Redis.Extensions
StackExchange.Redis.Extensions copied to clipboard
What if I want some objects use `NewtonsoftJson` while some objects use `MsgPack`?
Mixed Serializer options
Hi @CodeMasterYi right now you can't do that. Probably the easier solution Is to create a custom serialised with your rules inside and serialise with MsgPack or Json
OK