public interface CacheSerializer
String serialize(Object cacheData) throws IOException
cacheData - 缓存数据IOException - 序列化异常Object deserialize(String cacheData, Type type) throws IOException
cacheData - 缓存数据type - Java 对象类型IOException - 序列化异常static com.fasterxml.jackson.databind.JavaType getJavaType(Type type)
type - Java 对象类型Copyright © 2023. All rights reserved.