Sha256: acdde2d12c42c5fa2cc20630cea86eca6445b44be28b1b3f24397f05268cf581

Contents?: true

Size: 340 Bytes

Versions: 58

Compression:

Stored size: 340 Bytes

Contents

module Avromatic
  module Model

    # This module is used to implement the null object pattern for a CustomType.
    module NullCustomType
      class << self
        def value_class
          nil
        end

        def deserializer
          nil
        end

        def serializer
          nil
        end
      end
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

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