getOidForCodec

fun getOidForCodec(codec: TypeCodec<*>): Int?

Retrieves the mapped OID for a specific TypeCodec.

Return

the OID associated with the codec or null if it cannot be determined.

Parameters

codec

the codec to look up.