Serialize and deserialize Java objects to and from XML

A unique open source Java library called XStream is available for serializing and deserializing Java objects to and from XML. A small team of developers contribute to the development of the XStream Java library.

_______________________________________________


_______________________________________________

To use this library you have to use the following import statement,

import com.thoughtworks.xstream.XStream;

Once you have this import statement you can create the XStream object using the statement like,

XStream xs = new XStream();

Let us suppose you have a class called 'person' with member variables like 'name' and 'location', which is defined as below,

class person {
string name;
string location;
}

The above class can be serialized using the XStream object as given below,

String xml = xs.toXML(person);

Now you can print the string xml using the print statement. Assuming that you have set the values of the member variables within the program, you would get an XML output with the string values set as the text values of the elements 'name' and 'location'. The output would also include the <xml version="1.0"?> line as the first line in the XML document.

Thus by using XStream you can serialize or deserialize Java objects to XML and from XML. Lot of examples using the XStream library is available in the internet.

Tuning and Testing Enterprise Web Services with SoapUI and JMeter (Developer.com)
In this article, I will talk about two test tools for the enterprise web services tuning and testing.

Where the Wild Things Are: an Adventure in Silverlight (Act I) (O'Reilly Media)
It seems to me that there is a big culture of misinformation in both the Flex and Silverlight camps regarding how the other gets the job done. I figured the best way to bridge the divide was to investigate how Silverlight, and XAML, does the RIA thang. Through this article, I will focus on Flex 4 and Silverlight 3. That is, Flex 4 Beta 2 (Gumbo), Flash Builder 4 Beta 2, Flash Catalyst Beta 2 ...



FREE Subscription

Subscribe to our mailing list and receive new articles
through email. Keep yourself updated with latest
developments in the industry.

Name:
Email:

Note : We never rent, trade, or sell my email lists to
anyone. We assure that your privacy is respected
and protected.

_______________________________________

Recommended XML Books

cover
cover
cover
cover
cover
cover






 

 

FREE Subscription

Stay Current With the Latest Technology Developments Realted to XML. Signup for Our Newsletter and Receive New Articles Through Email.

Name:

Email:

Note : We never rent, trade, or sell our email lists to anyone. We assure that your privacy is respected and protected.

 

 

Add to My Yahoo!


New XML Books Titles - Best Seller's @ Amazon.com

Visit XML Training Material Guide Homepage

Technology helps engage students - how do classroom instruction and social dynamics change when the classroom is completely dependant on modern technology?

Cisco CCNA Certification Video Tutorial Guide - Learn How to Pass the Cisco CCNA 640-802 Exam... Guaranteed!

Train Signal Computer Training