Serialization: Converting an object to a sequence of bytes
pickle.dumps
json.dumps
Deserialization: Converting a sequence of bytes to a Python object
pickle.loads
json.loads
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Berg90
6 months, 1 week agorafles
9 months, 3 weeks ago