Quantcast
Viewing all articles
Browse latest Browse all 14

Deserialization from String in Java

this is my first post here, but I’m really needing help on this one because I’m just starting to learn about Serialization/Deserialization in Java: I have a String that looks something like this: String str = "ExampleClass[id=123,date=2009-07-12,state=OPEN]"; My question is: can I deserialize this so I can access the information inside this String? I’ve only […]

The post Deserialization from String in Java appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 14

Trending Articles