MOVED Extracted serialization code out of WebAPIResponse
Review Request #982 — Created Aug. 21, 2009 and discarded
MOVED: This review request is now at: http://reviews.review-board.org/r/1083/ This stuff can be reused in other pure serialization contexts (namely, webhook payloads), not only in HTTP responses.
Ran ReviewBoard test suite with it, passed all tests.
HE
Review request changed
- Change Summary:
-
The code with the suggested changes can be found at http://github.com/obvio171/djblets/tree/serialization
- Branch:
-
serialization
HE
Review request changed
- Change Summary:
-
MOVED.
- Summary:
-
Extracted serialization code out of WebAPIResponseMOVED Extracted serialization code out of WebAPIResponse
- Description:
-
+ MOVED:
+ This review request is now at: http://reviews.review-board.org/r/1083/ + This stuff can be reused in other pure serialization contexts (namely, webhook payloads), not only in HTTP responses.