Tessa.Web.Serialization - пространство имён |
Класс | Описание | |
---|---|---|
![]() | RawRequestBodyFormatter |
Formatter that allows content of type text/plain and application/octet stream
or no content type to be parsed to raw data. Allows for a single input parameter
in the form of:
public string RawString([FromBody] string data)
public byte[] RawData([FromBody] byte[] data)
|
![]() | ResponseContentTypeHelper | |
![]() | TessaBsonInputFormatter | |
![]() | TessaBsonOutputFormatter | |
![]() | TessaBsonResult | |
![]() | TessaBsonResultExecutor |
Перечисление | Описание | |
---|---|---|
![]() | TessaBsonCompressionMode |
Алгоритм сжатия содержимого, используемого при сериализации TessaBson.
|