SerializationApplies to: generalSerialization converts in-memory data into bytes or text so it can be stored or sent elsewhere. json.dumps({"x": 1}) See also: json, file-io