serialize

abstract fun serialize(session: T): String(source)

Serializes a complex arbitrary object into a String.

Report a problem