encodeToString
abstract fun <T> encodeToString(serializer: SerializationStrategy<T>, value: T): String
Content copied to clipboard
Serializes and encodes the given value to string using the given serializer.
Serializes and encodes the given value to string using the given serializer.