open-nav
    Preparing search index...

    Interface CodecFieldDescriptor

    Structural forms of the generated descriptors the codec reads.

    interface CodecFieldDescriptor {
        maxOccurs?: number;
        name: string;
        ns: string;
        optional?: boolean;
        repeated?: boolean;
        type: string;
    }
    Index
    maxOccurs?: number
    name: string
    ns: string
    optional?: boolean
    repeated?: boolean
    type: string