C# Класс LightNode.Formatter.GZipJilContentFormatter

Наследование: ContentFormatterBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Deserialize ( Type type, System stream ) : object
GZipJilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
GZipJilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
GZipJilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
GZipJilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil
Serialize ( System stream, object obj ) : void

Описание методов

Deserialize() публичный Метод

public Deserialize ( Type type, System stream ) : object
type System.Type
stream System
Результат object

GZipJilContentFormatter() публичный Метод

public GZipJilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
encoding System.Text.Encoding
mediaType string
ext string
Результат Jil

GZipJilContentFormatter() публичный Метод

public GZipJilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
options Jil.Options
encoding System.Text.Encoding
mediaType string
ext string
Результат Jil

GZipJilContentFormatter() публичный Метод

public GZipJilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
options Jil.Options
mediaType string
ext string
Результат Jil

GZipJilContentFormatter() публичный Метод

public GZipJilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil
mediaType string
ext string
Результат Jil

Serialize() публичный Метод

public Serialize ( System stream, object obj ) : void
stream System
obj object
Результат void