module Avro::LogicalTypes::Identity
Public Class Methods
decode(datum)
click to toggle source
# File lib/avro/logical_types.rb 268 def self.decode(datum) 269 datum 270 end
encode(datum)
click to toggle source
# File lib/avro/logical_types.rb 264 def self.encode(datum) 265 datum 266 end