register

abstract suspend fun register(description: DataDescription<out Any, out Any>)

Registers a description and preforms the necessary setup to use the type of this class.


open suspend fun register(vararg descriptions: DataDescription<out Any, out Any>)
open suspend fun register(descriptions: Iterable<DataDescription<out Any, out Any>>)

Registers the descriptions and preforms the necessary setup to use the type of these classes.