Class | AWS::Core::Options::XMLSerializer |
In: |
lib/aws/core/options/xml_serializer.rb
|
Parent: | Object |
Given a hash of serialization rules, an XMLSerializer can convert a hash of request options into XML. The request options are validated before returning XML.
http | [R] | @return [Hash,nil] |
namespace | [R] | @return [String] |
operation_name | [R] | @return [String] Returns the name of the API operation. |
rules | [R] | @return [Hash] |
validator | [R] | @return [Validator] |
@overload serialize!(request_options)
@param [Hash] request_options A hash of already validated request options with normalized values. @return [String] Returns an string of the request parameters serialized into XML.