Factory

interface Factory

Functions

create
Link copied to clipboard
common
abstract fun create(format: SerializationFormat): TransportFrameSerializer

Properties

supportedSerializationFormats
Link copied to clipboard
common
abstract val supportedSerializationFormats: List<SerializationFormat>