| Author |
What is the serialization content
|
sushant prabhu
Ranch Hand
Joined: Mar 22, 2001
Posts: 66
|
|
When we serialize an object to flat file. What is that content is it java byte code or normal stream of bytes what does marshalling convert the byte code to
|
Sushant Prabhu<br />SCJP2<br />SCWCD<br />OCA9i
|
 |
Chandresh Patel
Greenhorn
Joined: Jul 05, 2002
Posts: 14
|
|
|
My best guess is, the content will not be byte code. As it is just the attribute values that gets written , it will be stream of bytes.
|
Chandresh
|
 |
 |
|
|
subject: What is the serialization content
|
|
|