Module: Avro::LogicalTypes::Identity
- Defined in:
- lib/avro-patches/logical_types/logical_types.rb
Class Method Summary collapse
Class Method Details
.decode(datum) ⇒ Object
46 47 48 |
# File 'lib/avro-patches/logical_types/logical_types.rb', line 46 def self.decode(datum) datum end |
.encode(datum) ⇒ Object
42 43 44 |
# File 'lib/avro-patches/logical_types/logical_types.rb', line 42 def self.encode(datum) datum end |