The Artima Developer Community
Sponsored Link

Java Buzz Forum
XStream: how to serialize objects to non XML formats

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
XStream: how to serialize objects to non XML formats Posted: Dec 20, 2004 8:09 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: XStream: how to serialize objects to non XML formats
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Joe has talked about XStream: how to serialize objects to non XML formats. As was mentioned in the comments, this could be tweaked to have a reader/writer combo which could understand YAML. This way it would be both more readable (which Joe wanted), and usable as a format itself. It would even be kinda cool to have an abstraction so you could: Person p = (Person) xstream.load("bloke"); And it would look for bloke.xml, bloke.yml, ... and grab the one that comes up.

Read: XStream: how to serialize objects to non XML formats

Topic: Pick the web framework you think is cool Previous Topic   Next Topic Topic: Bad experience with Eclipse, Part 2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use