Skip to content

Instantly share code, notes, and snippets.

@joubin
Created December 14, 2018 21:44
Show Gist options
  • Save joubin/8451f0731fce518eda24758ed8667ec7 to your computer and use it in GitHub Desktop.
Save joubin/8451f0731fce518eda24758ed8667ec7 to your computer and use it in GitHub Desktop.
System.out.println(xstream.getClass().getPackage().getImplementationVersion());
XStream.setupDefaultSecurity(xstream);
xstream.allowTypes(new Class[]{Contact.class});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment