Interface JaxbIO<T>
- 
- All Known Implementing Classes:
 GenericJaxbIO,PlannerBenchmarkConfigIO,SolverConfigIO
public interface JaxbIO<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(Reader reader)voidwrite(T root, Writer writer) 
 -