Table of Contents

Namespace Hi3Helper.Plugin.Core.Utility.Json.Converters

Classes

HexStringToArrayJsonConverter<TStruct>

Converts Hex String to Array of any struct type that's bit-able.

Utf16SpanParsableJsonConverter<TSpan>

Converts any struct with both ISpanParsable<TSelf> and ISpanFormattable into the string representation.

Utf8SpanParsableJsonConverter<TSpan>

Converts any struct with both IUtf8SpanParsable<TSelf> and IUtf8SpanFormattable into the string representation.

Utf8SpanParsableToBytesJsonConverter<TSpan>

Converts any struct with both IUtf8SpanParsable<TSelf> and IUtf8SpanFormattable into byte array and vice versa.