JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ai.timefold.solver.core.impl.io.jaxb
Interface JaxbIO<T>
All Known Implementing Classes:
GenericJaxbIO
,
SolverConfigIO
public interface
JaxbIO<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
read
(
Reader
reader)
void
write
(
T
root,
Writer
writer)
Method Details
read
T
read
(
Reader
reader)
write
void
write
(
T
root,
Writer
writer)