# Protocol Buffer (Protobuf)

## Nedir

* Sınıf[\*](https://github.com/YEmreAk/YLib/blob/master/uygulamalar/broken-reference/README.md) yapısı ile verileri tutmamızı sağlar
* Hızlıdır ve az kod yazdırır
* Google geliştiricileri tarafından desteklendiğinden süreklilir ve yenilik vaad eder

## JSON Hangi Durumlarda Kullanılmalı

* Verilerin insan tarafından okunabilir olması gerekirse
* Servisin verileri web tarayıcısı tarafından doğrudan işleniyorsa
* Sunucu kısmı javascript ile yazıldıysa
* Verileri sınıf[\*](https://github.com/YEmreAk/YLib/blob/master/uygulamalar/broken-reference/README.md) yapısına bağlamak için hazır değilseniz
* Bant genişliğiniz başka araç eklemeye izin vermiyorsa
* Farkı türde bir servis kullanmanın yükü çok fazla ise

## XML yerine neden protobuf kullanılmalı

* Kolaydır
* 3 ila 10 kat daha az kod yazarız
* 20 ile 100 kat daha hızlı işlenir
* Daha belirgiindir
* Verileri ulaşmak için veri sınıfları oluşturur, bu sayede programlamada erişilebilir

## Terimler

* Sınıf: *Class*

## Kaynaklar

* [5 Reasons to Use Protocol Buffers Instead of JSON For Your Next Service](https://codeclimate.com/blog/choose-protocol-buffers/)
* [Google Developer Guide](https://developers.google.com/protocol-buffers/docs/overview)
* [Google Protocol Buffers](https://developers.google.com/protocol-buffers/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/arsiv/uygulamalar/protobuf.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
