"Sir Anthony Federick Blunt", "Fourth Man", "Soviet Union");
StringWriter out = new StringWriter();
BeanWriter writer = new BeanWriter(out);
writer.getBindingConfiguration().setMapIDs(false);
writer.getXMLIntrospector().getConfiguration().setPropertySuppressionStrategy(
new PropertySuppressionStrategy() {
public boolean suppressProperty(Class classContainingThePropety, Class propertyType, String propertyName) {
if ("class".equals(propertyName)) {
return true;
}