VFSStructuralDeployersImpl structuralDeployers = new VFSStructuralDeployersImpl();
VFSStructureBuilder builder = new VFSStructureBuilder();
structuralDeployers.setStructureBuilder(builder);
for (StructureDeployer deployer : deployers)
structuralDeployers.addDeployer(deployer);
VFSDeploymentContext context = (VFSDeploymentContext)structuralDeployers.determineStructure(deployment);
if (serialize)
return serializeDeserialize(context, VFSDeploymentContext.class);
else