Skip to content

Add possibility to pass JsonSerializerSettings into RedisJSONSerializer #19

@MaKCbIMKo

Description

@MaKCbIMKo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions