Network, Networking Technology, Data Communication Terms, Glossary and Dictionary

XStream

XStream is an open-source Java library for serializing objects into XML and deserializing that XML into objects. XStream relies on Java idioms such as object names to produce element names and strings within classes to produce element content. It also produces a kind of reflection of objects in XML.

 

 

Related Terms:

XStream