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