Category – WEB API
1 post tagged with "WEB API" (See all categories)

WWEB API and Serializable

10/19/20161 Min Read — In ASP.NET, WEB API

Recently I was working on a solution that needed to make use of Redis to cache expensive calculated results to increase performance. We added the dependency to Redis and marked the desired classes with the Serializable attribute to satisfy our cache layer requirement. However, an unintended…