Show / Hide Table of Contents

Class FeeLimitFromStringConverter

Fee Limit JSON Converter (from string value)

Inheritance
object
JsonConverter
JsonConverter<long>
FeeLimitFromStringConverter
Inherited Members
JsonConverter<long>.CanConvert(Type)
JsonConverter<long>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
JsonConverter<long>.WriteAsPropertyName(Utf8JsonWriter, long, JsonSerializerOptions)
JsonConverter<long>.HandleNull
JsonConverter<long>.Type
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Converters
Assembly: Hiero.dll
Syntax
public sealed class FeeLimitFromStringConverter : JsonConverter<long>

Methods

| Edit this page View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type long.

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

The reader.

Type typeToConvert

The type to convert.

JsonSerializerOptions options

An object that specifies serialization options to use.

Returns
Type Description
long

The converted value.

Overrides
JsonConverter<long>.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
| Edit this page View Source

Write(Utf8JsonWriter, long, JsonSerializerOptions)

Writes a specified value as JSON.

Declaration
public override void Write(Utf8JsonWriter writer, long feeLimit, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer

The writer to write to.

long feeLimit
JsonSerializerOptions options

An object that specifies serialization options to use.

Overrides
JsonConverter<long>.Write(Utf8JsonWriter, long, JsonSerializerOptions)
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph