Search:

Type: Posts; User: ashish12169

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,627

    Re: Object Serialization how it will work?

    Hi,

    it does not work.
    As i know when i try to save the object jvm also create hashcode(serialVersionUID ) for our class and also save it with the object.and when i pick the object from the...
  2. Replies
    3
    Views
    1,627

    Object Serialization how it will work?

    Hi,

    I saved a object in file with serialization method and then i change the class defination and after it i deserialize the object it will work or not?

    //old class
    Class A
    {
    int i;
    }...
Results 1 to 2 of 2