toString
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)
Content copied to clipboard