public static class XStreamProvider.Companion
@NotNull public com.thoughtworks.xstream.XStream getPureXStream()
@NotNull public com.thoughtworks.xstream.XStream getBasicXStream()
@JvmStatic @NotNull public com.thoughtworks.xstream.XStream loadPluginXStream()
Searches for implementations of interface XStreamProvider
using ServiceLoader
and loads their classes into a new basic XStream instance.
interface XStreamProvider
,
ServiceLoader