xstream.bindElementToClassField(OutputPorts.class, "port", "port");
xstream.bindElementToClassField(OutputPorts.class, "annotations", "annotations");
}
private static void bindProcessors(){
LazyParser lazy = new LazyParser(null);
// Processors Bindings
xstream.bindElementToClass(Processors.class, "processors");
xstream.bindGroupToList(Processors.class, "processors");
// Processor Bindings