Casper.Network.SDK
Show / Hide Table of Contents

Class ExecutableDeployItemConverter

Inheritance
System.Object
ExecutableDeployItemConverter
Namespace: Casper.Network.SDK.Converters
Assembly: Casper.Network.SDK.dll
Syntax
public class ExecutableDeployItemConverter : JsonConverter<ExecutableDeployItem>

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override ExecutableDeployItem Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
ExecutableDeployItem

Write(Utf8JsonWriter, ExecutableDeployItem, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, ExecutableDeployItem item, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
ExecutableDeployItem item
JsonSerializerOptions options
In This Article
Back to top Maintained by MAKE Technology LLC