toString
Returns the string representation of this object.
Calling from Kotlin
Here's an example of calling this function from Kotlin code:
val actual =
"$KotoolsTypesSerializers" // or KotoolsTypesSerializers.toString()
val expected = "KotoolsTypesSerializers"
assertEquals(expected, actual)
Content copied to clipboard