Skip to content

Commit a26f7af

Browse files
author
Feixiang Ni
authored
Update Java_IO.md
1 parent 76cd5d4 commit a26f7af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Java_IO.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ API:getFilePointer
8585
对象必须实现序列化接口 ,才能进行序列化,否则将出现异常
8686
这个接口,没有任何方法,只是一个标准
8787

88-
4) transient关键字
89-
private void writeObject(java.io.ObjectOutputStream s)
88+
4) transient关键字
89+
private void writeObject(java.io.ObjectOutputStream s)
9090
throws java.io.IOException
9191

9292
private void readObject(java.io.ObjectInputStream s)
93-
throws java.io.IOException, ClassNotFoundException
93+
throws java.io.IOException, ClassNotFoundException
9494

9595
分析ArrayList源码中序列化和反序列化的问题
9696

0 commit comments

Comments
 (0)