CodecDescriptor describes the registered interfaces and provides metadata information on the types

interface CodecDescriptor {
    interfaces: InterfaceDescriptor[];
}

Properties

Properties

interfaces: InterfaceDescriptor[]

interfaces is a list of the registerted interfaces descriptors