Casper.Network.SDK
Show / Hide Table of Contents

Class HexBytesWithChecksumConverter

Inheritance
System.Object
HexBytesWithChecksumConverter
Namespace: Casper.Network.SDK.Converters
Assembly: Casper.Network.SDK.dll
Syntax
public class HexBytesWithChecksumConverter : JsonConverter<byte[]>

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override byte[] Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
System.Byte[]

Write(Utf8JsonWriter, Byte[], JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, byte[] bytes, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
System.Byte[] bytes
JsonSerializerOptions options
In This Article
Back to top Maintained by MAKE Technology LLC