Table of Contents

Method ExportDocumentBytes

Namespace: Sisk.JsonRPC.Documentation
Assembly: Sisk.JsonRPC.dll

ExportDocumentBytes(JsonRpcDocumentation)

Exports the JSON-RPC documentation to a byte array.

byte[] ExportDocumentBytes(JsonRpcDocumentation documentation)

Parameters

documentation JsonRpcDocumentation

The JSON-RPC documentation to export.

Returns

byte[]

A byte array containing the exported documentation.