Response title
This is preview!
Click on Join Now to Sign Up
Basically if serialization_keys is not defined it serializes everything. if it is defined, it skips anything not in the list. It creates a new temporary model instance and serializes it with only the necessary keys.
This allows me to specify that the user should be skipped when serializing an activity.
Not ideal but it seems to do the trick. Anyone have a better solution?