beat.web.utils.activity_stream_serializer.
Serializer
Bases: django.core.serializers.json.Serializer
django.core.serializers.json.Serializer
Custom JSON serializer that replaces the actstream Action model ids by their natural key counterpart.
get_dump_object
Deserializer
Custom JSON deserializer that will replace the natural keys generated by the serializer to their id counterpart.