01. Introducing the Module and Its Agenda
02. Writing Bytes Using an OutputStream
03. Reading Bytes Using an InputStream
04. Reading and Writing Characters from Bytes
05. Writing a String in an Array of Bytes with OutputS
06. Reading a String from an Array of Bytes with Input
07. Wrapping up InputStreamReader and OutputStreamWrit
08. Writing Integers to a Byte Array Using DataOutputS
09. Reading Integers from a Byte Array Using DataInput
10. Writing Serializable Objects to a File Using Objec
11. Reading Objects from a File Using ObjectInputStrea
12. Failing to Read Serialized Objects When the Class
13. Failing to Read Serialized Objects in a Modified C
14. Using SerialVersionUID to Deserialize Objects in M
15. Wrapping up Serialization and Its Key Features
16. Indentifying Low-level Classes and High-level Clas
17. Module Wrap Up