648540858
2022-10-18 882e6a027e7ea4944e7bff08ee248a7a7a051ba2
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> {