648540858
2022-09-09 221f99c764b51c3cd284c6e5a41492c26c5c7ffc
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> {