Метод | Описание | |
---|---|---|
Write ( string json, Stream stream ) : void |
Compress a JSON string with base-64 encoded gzip compressed string.
|
|
WriteAsync ( string json, Stream stream ) : Task |
Compress a JSON string with base-64 encoded gzip compressed string.
|
public static Write ( string json, Stream stream ) : void | ||
json | string | The JSON to write. |
stream | Stream | The stream. |
Результат | void |
public static WriteAsync ( string json, Stream stream ) : Task | ||
json | string | The JSON to write. |
stream | Stream | The stream. |
Результат | Task |