class Protobuf::Field::BytesField

def decode(bytes)

def decode(bytes)
  bytes.force_encoding(::Protobuf::Message::STRING_ENCODING) if bytes.respond_to?(:force_encoding)
  bytes
end