panlinlin
2021-01-12 b6137471535fc88ba3b2a9e8beec9bb01850f4b3
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> {