Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] [MOXy] caching

  • For unmarshalling of Streams it is actually faster to use our JAXB implementation of Unmarshaller rather than the native XMLUnmarshaller as the JAXB implementation uses StAX to perform the XML processing.  The native XMLUnmarshaller uses SAX to avoid forcing a runtime dependency on the StAX library.

Any suggestion of how I can assert that StAX is being used? Breakpoint, log, ...?

-- 

 /Magnus Heino

Back to the top