def test_serialization(self):
        json_str = str(self.m)
        self.assertIn('"field": "%s"' % self.m.field, json_str)
        self.assertIn('"value": "%s"' % self.m.value, json_str)