Casper.Network.SDK
Show / Hide Table of Contents

Class BigIntegerConverter

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

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Write(Utf8JsonWriter, BigInteger, JsonSerializerOptions)

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