648540858
2022-03-22 2142b7ffcd34c547819512cd809b77fcc3d4d9b1
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> {