StackExchange.Redis.Extensions icon indicating copy to clipboard operation
StackExchange.Redis.Extensions copied to clipboard

What if I want some objects use `NewtonsoftJson` while some objects use `MsgPack`?

Open CodeMasterYi opened this issue 3 years ago • 2 comments

Mixed Serializer options

CodeMasterYi avatar Jul 21 '22 06:07 CodeMasterYi

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

imperugo avatar Jul 21 '22 13:07 imperugo

OK

CodeMasterYi avatar Jul 27 '22 15:07 CodeMasterYi