RedisSessionProvider icon indicating copy to clipboard operation
RedisSessionProvider copied to clipboard

Add possibility to pass JsonSerializerSettings into RedisJSONSerializer

Open MaKCbIMKo opened this issue 9 years ago • 0 comments

It would be great to have a possibility to pass custom JsonSerializerSettings. Sometimes it requires to modify default reference loop handling (or preserve references handling) for serialization(deserialization). For now, there are two ways:

  1. apply this settings globally
  2. create a new IRedisSerializer implementation which will be pretty the same, but with only one different thing - possibility to pass custom JsonSerializerSettings.

MaKCbIMKo avatar Sep 09 '15 15:09 MaKCbIMKo