- 博客(2)
- 收藏
- 关注
原创 IO error while reading input message; nested exception is java.io.IOException Stream closed
I/O error while reading input message; nested exception is java.io.IOException: Stream closedI/O error while reading input message; nested exception is java.io.IOException: Stream closedcom.fasterxml.jackson.databind.exc.MismatchedInputException: No con
2021-11-22 21:26:30
7693
原创 ArrayList源码分析 看这一篇就够了!
1.ArraysList继承体系1.1Serializable标记性接口介绍:介绍类的序列化由实现java.io.Serializable接口的类启用。不实现此接口的类将不会使任何状态序列化或反序列化。可序列化类的所有子类型都是可序列化的。序列化接口没有方法或字段,仅用于标识可串行化的语义。序列化:将对象的数据写入到文件(写对象)反序列化:将文件中对象的数据读取出来(读对象)源码public interface Serializable {}1.2 Cloneable标记性接口介绍:
2021-09-15 12:08:40
1621
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅