Django's serialization framework provides a mechanism for \u201ctranslating\u201d Django models into other formats. Usually these other formats will be text-based and used for sending Django data over a wire, but it's possible for a serializer to handle any format (text-based or not).