Module: Avro::LogicalTypes::Identity
- Defined in:
- lib/avro/logical_types.rb
Class Method Summary collapse
Class Method Details
.decode(datum) ⇒ Object
269 270 271 |
# File 'lib/avro/logical_types.rb', line 269 def self.decode(datum) datum end |
.encode(datum) ⇒ Object
265 266 267 |
# File 'lib/avro/logical_types.rb', line 265 def self.encode(datum) datum end |