Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. System.out.println(xstream.getClass().getPackage().getImplementationVersion());
  2. XStream.setupDefaultSecurity(xstream);
  3. xstream.allowTypes(new Class[]{Contact.class});
Add Comment
Please, Sign In to add comment