Module: Aws::Record::DefaultMarshaler
- Defined in:
- lib/aws-record/record/attribute.rb
Overview
This is an identity marshaler, which performs no changes for type casting or serialization. It is generally not recommended for use.
Class Method Summary collapse
Class Method Details
.serialize(raw_value, _options = {}) ⇒ Object
110 111 112 |
# File 'lib/aws-record/record/attribute.rb', line 110 def self.serialize(raw_value, = {}) raw_value end |
.type_cast(raw_value, _options = {}) ⇒ Object
106 107 108 |
# File 'lib/aws-record/record/attribute.rb', line 106 def self.type_cast(raw_value, = {}) raw_value end |