imperugo / StackExchange.Redis.Extensions

MIT License
607 stars 177 forks source link

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

Open CodeMasterYi opened 2 years ago

CodeMasterYi commented 2 years ago

Mixed Serializer options

imperugo commented 2 years ago

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

CodeMasterYi commented 2 years ago

OK