This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes What is the serialization content Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "What is the serialization content" Watch "What is the serialization content" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: What is the serialization content
 
Similar Threads
Regarding Widening and Boxing
Ftp from servlet to client
how to download an jpeg and gif file from a servlet to browser
POSTing from applet to servlet
how to open .class file