摘要: @Slf4j public class ObjectSerializeUtil { //序列化 public static byte[] getObjectByteArray(Object o) { //将对象序列化成字节数组 ByteArrayOutputStream ba = new ByteA 阅读全文
posted @ 2020-12-21 18:30 shouyaya 阅读(139) 评论(0) 推荐(0)