getCodecs

@NotNull
abstract fun getCodecs(): @NotNull Collection<CodecSupplier<out Any, out Any>>

Gets a collection of all registered codec suppliers.

Return

A collection of registered codec suppliers.