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()
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()