Module: Avromatic::Model::PassthroughSerializer

Defined in:
lib/avromatic/model/passthrough_serializer.rb

Overview

This trivial serializer simply returns the value provided.

Class Method Summary collapse

Class Method Details

.call(value) ⇒ Object



5
6
7
# File 'lib/avromatic/model/passthrough_serializer.rb', line 5

def self.call(value)
  value
end