export enum EArgsEncodings {
    JSON = 0,
    RESERVED = 0x10000, // All customized encodings should be greater than this value.
}
