BinaryEmbedding.VectorConverter 클래스

정의

인스턴스를 JsonConverter<T> 직렬화하기 BitArray 위한 기능을 제공합니다.

public: ref class BinaryEmbedding::VectorConverter sealed : System::Text::Json::Serialization::JsonConverter<System::Collections::BitArray ^>
public sealed class BinaryEmbedding.VectorConverter : System.Text.Json.Serialization.JsonConverter<System.Collections.BitArray>
type BinaryEmbedding.VectorConverter = class
    inherit JsonConverter<BitArray>
Public NotInheritable Class BinaryEmbedding.VectorConverter
Inherits JsonConverter(Of BitArray)
상속
BinaryEmbedding.VectorConverter

생성자

Name Description
BinaryEmbedding.VectorConverter()

인스턴스를 JsonConverter<T> 직렬화하기 BitArray 위한 기능을 제공합니다.

속성

Name Description
HandleNull

serialization에서 변환기로 전달되어야 하는지 여부 null 와 역직렬화에 전달되어야 하는지 여부를 Null 나타내는 값을 가져옵니다.

(다음에서 상속됨 JsonConverter<T>)
Type

현재 변환기 인스턴스에서 변환되는 형식을 가져옵니다.

(다음에서 상속됨 JsonConverter<T>)

메서드

Name Description
CanConvert(Type)

지정된 형식을 변환할 수 있는지 여부를 결정합니다.

(다음에서 상속됨 JsonConverter<T>)
Read(Utf8JsonReader, Type, JsonSerializerOptions)

JSON을 읽고 형식 T으로 변환합니다.

ReadAsPropertyName(Utf8JsonReader, Type, JsonSerializerOptions)

JSON 속성 이름에서 사전 키를 읽습니다.

(다음에서 상속됨 JsonConverter<T>)
Write(Utf8JsonWriter, BitArray, JsonSerializerOptions)

지정된 값을 JSON으로 씁니다.

Write(Utf8JsonWriter, T, JsonSerializerOptions)

지정된 값을 JSON으로 씁니다.

(다음에서 상속됨 JsonConverter<T>)
WriteAsPropertyName(Utf8JsonWriter, T, JsonSerializerOptions)

사전 키를 JSON 속성 이름으로 씁니다.

(다음에서 상속됨 JsonConverter<T>)

적용 대상