摘要:
参考的github 使用对象封装http请求的结果 public class HttpClientResult implements Serializable { private static final long serialVersionUID = 2168152194164783950L; / 阅读全文
摘要:
@Slf4j public class ObjectSerializeUtil { //序列化 public static byte[] getObjectByteArray(Object o) { //将对象序列化成字节数组 ByteArrayOutputStream ba = new ByteA 阅读全文