C# Класс PusherServer.RawBodySerializer

An implementation of the ISerializeObjectsToJson that passes through the raw string.
Наследование: ISerializeObjectsToJson
Показать файл Открыть проект

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

Метод Описание
Serialize ( object body ) : string

Presumes we are getting a string as the body, and passes it through.

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

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

Presumes we are getting a string as the body, and passes it through.
Thrown if the body provided is not a string.
public Serialize ( object body ) : string
body object The string body to pass through.
Результат string