imperugo / StackExchange.Redis.Extensions

MIT License
601 stars 179 forks source link

In what situation would StringToIntCustomConverter to required? #592

Open ryno1234 opened 3 months ago

ryno1234 commented 3 months ago

This is more of a question: reviewing the code, I'm not understanding in what situation the default converter wouldn't work. Why do we need a StringToIntCustomConverter? In what situation would the detected deserialization type be an int? but the value of the JSON is a string (as this class implies)?