UniversalMarshaller

fun <T : Any> UniversalMarshaller(    _type: KClass<*>,     reader: (SerializationCtx, AbstractBuffer) -> T,     writer: (SerializationCtx, AbstractBuffer, T) -> Unit,     predefinedId: Int? = null)