get Key
abstract fun getKey(serializersModule: SerializersModule, name: String): <Error class: unknown class><out <Error class: unknown class>>?
Retrieves a DynoKey instance corresponding to the given key name within the specified SerializersModule, or null if not found.
Parameters
serializers Module
The SerializersModule that may contain registered serializers and key mappings.
name
The key name.