Interface IOpenBiRequestSerializable
Represents objects which can be serialized with the IOpenBiRequest.
Namespace: BiExcellence.OpenBi.Api
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface IOpenBiRequestSerializable
Methods
WriteTo(Utf8JsonWriter)
Serializes this object into the request json.
Declaration
void WriteTo(Utf8JsonWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Utf8JsonWriter | writer | The json writer. |