*/
@Test
public void testSerialization() {
final GateID gateID = new GateID();
final ChannelType channelType = ChannelType.IN_MEMORY;
final List<ChannelDeploymentDescriptor> channels = new ArrayList<ChannelDeploymentDescriptor>(0);
final ChannelDeploymentDescriptor cdd = new ChannelDeploymentDescriptor(new ChannelID(), new ChannelID());
channels.add(cdd);
final GateDeploymentDescriptor orig = new GateDeploymentDescriptor(gateID, channelType,