Skip to content

Auto deserialize known entities into the specific Entity derived type #536

Description

When an Activity is received with, say, a Mention entity, that entity gets deserialized into the base Entity type. Performing this auto deserialization will help avoid a pattern currently seen in the SDK where we serialize the Entity instances and then deserialize them into the derived type in places such as Activity.get_mentions()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions