class Aws::DynamoDB::AttributeValue
@api private
def initialize
def initialize @marshaler = Marshaler.new @unmarshaler = Unmarshaler.new end
def marshal(value)
def marshal(value) @marshaler.format(value) end
def unmarshal(value)
def unmarshal(value) @unmarshaler.format(value) end