Skip to content

Pydantic uses "ser" as a abreviation for "serialize" #1318

Open
@Techcable

Description

@Techcable

Description

Hi! The very popular pydantic library uses "ser" as a abreviation for "serialize" in a number of places (core_schema.core_schema.simple_ser_schema, core_schema.core_schema.model_ser_schema).

There is already an exception in place for Rust, since serde uses the same abreviation:

"ser", // serde::ser, serde_json::ser, etc.

I would suggest disabling this suggestion outright. Abbreviating "serialize" as "ser" seems popular across languages. I use it myself all the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-triageStatus: New; needs maintainer attention.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions