Home Help Java O Java ObjectOutputStream



Java ObjectOutputStream
Posted on: November 16, 2009 at 12:00 AM
An ObjectOutputStream is inherited from the OutputStream class that is underlying in the java.io package.

Java ObjectOutputStream

     

An ObjectOutputStream is inherited from the OutputStream class that is underlying in the java.io package. This class is used to write the primitive data types and also saves Java objects to an OutputStream that can be read by the ObjectInputStream. This stream performs "marshaling", i.e. it translates Java primitive and object types into a binary format, and vice versa. If you want persistent storage of objects then it can be accomplished by using a file I/O stream with the ObjectOutputStream through the Serialization.

 

Read more at

http:/www.roseindia.net/java/example/java/io/SerializingObject.shtml

 

 

Related Tags for Java ObjectOutputStream:


More Tutorials from this section

Ask Questions?    Discuss: Java ObjectOutputStream  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.