panlinlin
2021-03-25 9a4b0de1af957d3ab9b53c06599fc62f42c14152
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> {