class Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization
Describes how data from an input is serialized or how data is serialized when written to an output.
Attributes
type[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for Serialization
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/serialization.rb, line 32 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Serialization', type: { name: 'Composite', polymorphic_discriminator: 'type', uber_parent: 'Serialization', class_name: 'Serialization', model_properties: { } } } end
new()
click to toggle source
# File lib/2016-03-01/generated/azure_mgmt_stream_analytics/models/serialization.rb, line 21 def initialize @type = "Serialization" end