Module: Avro::LogicalTypes::Identity
- Defined in:
- lib/avro-patches/logical_types/logical_types.rb
Class Method Summary collapse
Class Method Details
.decode(datum) ⇒ Object
52 53 54 |
# File 'lib/avro-patches/logical_types/logical_types.rb', line 52 def self.decode(datum) datum end |
.encode(datum) ⇒ Object
48 49 50 |
# File 'lib/avro-patches/logical_types/logical_types.rb', line 48 def self.encode(datum) datum end |