////////////////////////////////////////////////
//CANONICAL EXAMPLE:
Set<ObjectId> communities = new HashSet<ObjectId>();
communities.add(new ObjectId("a0000000000000000000000a"));
rp1.setData(sp, new SourcePojoApiMap(null, communities, communities));
String sRPSingleObject = rp1.toApi();
System.out.println("RPa=" + sRPSingleObject); // ("chris" removed, toApi handles RepsonsePojo specially)
////////////////////////////////////////////////
System.out.println("RPb=" + ResponsePojo.toApi(rp1, rp1.getMapper())); // ("chris" removed because of mapper)
System.out.println("RPc=" + ResponsePojo.toApi(rp1)); // ("chris" removed, toApi handles RepsonsePojo specially)