}
ModuleAssembly transformation = rest.module( "Transformation" );
{
new RestServerAssembler().assemble( transformation );
transformation.objects( RequestReaderDelegator.class, ResponseWriterDelegator.class )
.visibleIn( Visibility.layer );
new OrgJsonValueSerializationAssembler().assemble( transformation );
}
ModuleAssembly resources = rest.module( "Resources" );