panlinlin
2021-04-12 4010ed6c23d081a2937d0fe1719414ba127b17a2
src/main/java/com/genersoft/iot/vmp/utils/redis/FastJsonRedisSerializer.java
@@ -10,7 +10,7 @@
/**    
 * @Description:使用fastjson实现redis的序列化   
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月6日 下午8:40:11     
 */
public class FastJsonRedisSerializer<T> implements RedisSerializer<T> {