Hello,

In my application, as a result of P2P communication, I receive a String object, which is the serialized representation of a Hashtable. Can I somehow recover my original object? I've never done such thing before, and I couldn't find any example which would help.

Thanks in advance,
Chaster

Ever heard about deserialization ? You can deserialize a previously serialized object, so that it represents an object exactly matching the one that was serialized.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.