serializerFor

open override fun <T : Any> serializerFor(type: Class<T>): <Error class: unknown class><T>?

Deprecated

This functionality uses service loaders and isn't really needed. Will be removed in 1.0

Replace with

import nl.adaptivity.xmlutil.XmlStreaming.serializerFor
serializerFor(type.kotlin)