toString

override fun toString(): String

Returns the string representation of this object.


Calling from Kotlin

Here's an example of calling this function from Kotlin code:

val result =
    "$KotoolsTypesSerializers" // or KotoolsTypesSerializers.toString()
assertEquals("KotoolsTypesSerializers", result)