class Protobuf::Field::FloatField

def decode(bytes)

def decode(bytes)
  bytes.unpack('e').first
end