提交 6852a538 编写于 作者: K Kurt Werle

Correct the parameter name for deserialize

deserialize expects a JSON primitive
上级 ec69083c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册