Module: Avro::LogicalTypes::Identity
- Defined in:
- lib/avro/logical_types.rb
Class Method Summary collapse
Class Method Details
.decode(datum) ⇒ Object
63 64 65 |
# File 'lib/avro/logical_types.rb', line 63 def self.decode(datum) datum end |
.encode(datum) ⇒ Object
59 60 61 |
# File 'lib/avro/logical_types.rb', line 59 def self.encode(datum) datum end |