class Aws::Json::RestHandler
def parse_body(json, shape, target)
-
target
(Structure, nil
) -- -
shape
(Seahorse::Model::Shapes::Structure
) -- -
json
(String
) --
def parse_body(json, shape, target) Parser.new.parse(shape, json, target) end
def serialize_params(shape, params)
-
params
(Hash
) -- -
shape
(Seahorse::Model::Shapes::Structure
) --
def serialize_params(shape, params) Builder.new.to_json(shape, params) end