serialize

abstract fun serialize(internalValue: T): ExternalValue

Serializes from an internal value (Kotlin) to an external value (typically JSON).

Used to generate the response JSON.

For an example Date --> String