fun <T> stringify(serializer: SerializationStrategy<T>, value: T): String
Serializes value to String using given serializer.