encode

abstract fun encode(input: I): O(source)

Encodes the provided input into the serialized representation.

Return

the serialized representation ready for transport.

Parameters

input

domain value to convert.