We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cd5d4 commit a26f7afCopy full SHA for a26f7af
Java_IO.md
@@ -85,12 +85,12 @@ API:getFilePointer
85
对象必须实现序列化接口 ,才能进行序列化,否则将出现异常
86
这个接口,没有任何方法,只是一个标准
87
88
- 4) transient关键字
89
- private void writeObject(java.io.ObjectOutputStream s)
+ 4) transient关键字
+ private void writeObject(java.io.ObjectOutputStream s)
90
throws java.io.IOException
91
92
private void readObject(java.io.ObjectInputStream s)
93
- throws java.io.IOException, ClassNotFoundException
+ throws java.io.IOException, ClassNotFoundException
94
95
分析ArrayList源码中序列化和反序列化的问题
96
0 commit comments