class Protobuf::Field::FloatField

def encode(value)

def encode(value)
  [value].pack('e')
end