Module: Avro::LogicalTypes::Identity
- Defined in:
- lib/avro/logical_types.rb
Class Method Summary collapse
Class Method Details
.decode(datum) ⇒ Object
249 250 251 |
# File 'lib/avro/logical_types.rb', line 249 def self.decode(datum) datum end |
.encode(datum) ⇒ Object
245 246 247 |
# File 'lib/avro/logical_types.rb', line 245 def self.encode(datum) datum end |