GridMarshallerServiceBootstrap Default implementation of GridMarshallerService using DTOs based on API GridMarshallerServiceBootstrap.java class GridMarshallerServiceBootstrap { GridMarshallerServiceBootstrap(JaxbService jaxbService) Class<BSGrid> supportedClass() String marshal(BSGrid grid, CommonMimeType format) Try<BSGrid> unmarshal(String content, CommonMimeType format) }