Skip to content

Instantly share code, notes, and snippets.

@Crydust
Created January 28, 2016 09:00
Show Gist options
  • Save Crydust/20a8f6465c0187a7f41f to your computer and use it in GitHub Desktop.
Save Crydust/20a8f6465c0187a7f41f to your computer and use it in GitHub Desktop.
Printing an object as Xml
import java.beans.XMLEncoder;
try (XMLEncoder xmlEncoder = new XMLEncoder(System.out)) {
xmlEncoder.writeObject(viewReport);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment