🖋️
StackExchange Redis Extensions
  • Home
  • Setup
  • Dependency Injection
  • Configuration
    • C# Configuration
    • Json Configuration
    • XML Configuration
  • Serializers
    • Newtonsoft Json.Net
    • MsgPack
    • System.Text.Json
  • Packages
  • Usage
    • Add, retrieve and remove complex object
    • Replace an object
    • Work with multiple items
    • Custom serializer
  • ASP.NET Core
    • Expose redis information
  • Helpful link
  • License
  • Work with the code
    • Unit tests
  • Usages
Powered by GitBook
On this page

Was this helpful?

Serializers

PreviousXML ConfigurationNextNewtonsoft Json.Net

Last updated 5 years ago

Was this helpful?

As I wrote into the page there are different options for the serialization but, in case you need something special, you have the opportunity to create your own serialization logic.

You can use them in a classic way or combined with your favourite dependency injection framework.

In case of dependency injection, all the proposed library can be used as singleton

setup