未验证 提交 f0048109 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #38676 from kwerle/correct_object_serializer_doc

Correct the parameter name for deserialize
......@@ -39,7 +39,7 @@ def serialize(hash)
end
# Deserializes an argument from a JSON primitive type.
def deserialize(_argument)
def deserialize(json)
raise NotImplementedError
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册