Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any open source Object to XML serializer in Java that uses writeObject method

Is there any open source Object to XML serializer in Java that uses writeObject method on the object to serialize similar to NSXMLOutputStream in WebObjects?

like image 474
Sathish Avatar asked Jun 24 '26 21:06

Sathish


1 Answers

Take a look at http://x-stream.github.io/ though I don't know if it use those methods on the class Object.

What do you want to use those methods?

like image 104
user2427 Avatar answered Jun 27 '26 10:06

user2427