Search:

Type: Posts; User: tcstcs

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,277

    Re: Java Serialization question

    Thanks Elisha for directing me to rite path
  2. Replies
    3
    Views
    1,277

    Java Serialization question

    I have a class
    Employee{
    int sal;
    String name;
    String role;
    }

    I have to serialize the object, but doesn't want to serialize the variable "role". I don't want to declare the variable as...
Results 1 to 2 of 2