Module: Avro::LogicalTypes::Identity
- Defined in:
- lib/avro/logical_types.rb
Class Method Summary collapse
Class Method Details
.decode(datum) ⇒ Object
69 70 71 |
# File 'lib/avro/logical_types.rb', line 69 def self.decode(datum) datum end |
.encode(datum) ⇒ Object
65 66 67 |
# File 'lib/avro/logical_types.rb', line 65 def self.encode(datum) datum end |