associationBuilder.prototype().some().set( entity );
associationValue = associationBuilder.newInstance();
String json = associationValue.toString();
unitOfWork.complete();
unitOfWork = module.newUnitOfWork();
AssociationValue newAssociationValue = module.newValueFromJSON( AssociationValue.class, json );