how to read objects from a file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sree Laxmi
    New Member
    • Oct 2006
    • 1

    #1

    how to read objects from a file

    I created a file .Instading of writing the names in the string format form i wrote them in objects using Serialization.M y question is how to read these objects from that file.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Sree Laxmi
    I created a file .Instading of writing the names in the string format form i wrote them in objects using Serialization.M y question is how to read these objects from that file.
    ObjectInputStre am.readObject()

    Comment

    Working...