Class SolverConfigIO
- java.lang.Object
-
- org.optaplanner.core.impl.io.jaxb.SolverConfigIO
-
- All Implemented Interfaces:
JaxbIO<SolverConfig>
public class SolverConfigIO extends Object implements JaxbIO<SolverConfig>
-
-
Constructor Summary
Constructors Constructor Description SolverConfigIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolverConfig
read(Reader reader)
void
write(SolverConfig solverConfig, Writer writer)
-
-
-
Method Detail
-
read
public SolverConfig read(Reader reader)
- Specified by:
read
in interfaceJaxbIO<SolverConfig>
-
write
public void write(SolverConfig solverConfig, Writer writer)
- Specified by:
write
in interfaceJaxbIO<SolverConfig>
-
-