serialize

abstract fun serialize(value: T): Any?

Serializes the value of type T to a format suitable for the configuration.

Return

the serialized representation of the value

Parameters

value

the object to serialize