Sha256: 7a4b127e6384d2b9e270836c97ef722ef94446546045ae6ead46d98b69cb770a

Contents?: true

Size: 199 Bytes

Versions: 58

Compression:

Stored size: 199 Bytes

Contents

module Avromatic
  module Model
    # This trivial serializer simply returns the value provided.
    module PassthroughSerializer
      def self.call(value)
        value
      end
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
avromatic-0.19.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.18.1 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.18.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.18.0.rc0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.17.1 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.17.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.15.1 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.15.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.15.0.rc0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.14.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.14.0.rc1 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.14.0.rc0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.13.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.13.0.rc1 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.13.0.rc0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.12.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.11.2 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.11.1 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.11.0 lib/avromatic/model/passthrough_serializer.rb
avromatic-0.10.0 lib/avromatic/model/passthrough_serializer.rb