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