648540858
2022-09-08 4bda14b098bc943324c73a8365c8bcd721beaa5a
src/main/java/com/genersoft/iot/vmp/utils/redis/FastJsonRedisSerializer.java
@@ -9,8 +9,8 @@
import com.alibaba.fastjson.serializer.SerializerFeature;
/**    
 * @Description:使用fastjson实现redis的序列化
 * @author: songww
 * @description:使用fastjson实现redis的序列化
 * @author: swwheihei
 * @date:   2020年5月6日 下午8:40:11     
 */
public class FastJsonRedisSerializer<T> implements RedisSerializer<T> {