Remove remark about JsonProtocol being unsupported (#403)

This commit is contained in:
Lucas Romero 2020-11-21 00:32:54 +01:00 коммит произвёл GitHub
Родитель 8bf93eae1f
Коммит 76ffd7d855
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ The major differences are:
- Thrifty structs are immutable.
- Thrifty structs are always valid, once built via a builder.
- Fields that are neither required nor optional (i.e. "default") are treated as optional; a struct with an unset default field may still be serialized.
- TupleProtocol and JsonProtocols are unsupported at present.
- TupleProtocol is unsupported at present.
- Server-specific features from Apache's implementation are not duplicated in Thrifty.
## Guide To Thrifty