Outubro 2008
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Indication of Java serialized form
The true serialized form contains additional type markers;
 h0 and h1 are handles
Serialized values
Person
3
1934
 8-byte version number
int year
5 Smith
java.lang.String
name:
6 London
h0
java.lang.String
place:
h1
Explanation
class name,
version number
number, type and name
of instance variables
values of instance
variables