Search:

Type: Posts; User: Haring01

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,551

    Re: Deserializing objects

    Ok, but if I had to create that specific object as it was before the serialization?
  2. Replies
    5
    Views
    1,551

    Re: Deserializing objects

    I thought to use instanceof but there'd be 20 deserialized objects or more, so it wouldn't be "elegant" to make so many if-cases. Using the getClass() method how do I proceed? Class<?> c =...
  3. Replies
    5
    Views
    1,551

    Deserializing objects

    I have a problem about an objects deserialization: I serialized some objects different from one another but extend a X class. These objects are serialized in a random way and i don't know the correct...
Results 1 to 3 of 3