BinaryEmbedding.VectorConverter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인스턴스를 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)
- 상속
생성자
| Name | Description |
|---|---|
| BinaryEmbedding.VectorConverter() |
인스턴스를 JsonConverter<T> 직렬화하기 BitArray 위한 기능을 제공합니다. |
속성
| Name | Description |
|---|---|
| HandleNull |
serialization에서 변환기로 전달되어야 하는지 여부 |
| Type |
현재 변환기 인스턴스에서 변환되는 형식을 가져옵니다. (다음에서 상속됨 JsonConverter<T>) |
메서드
| Name | Description |
|---|---|
| CanConvert(Type) |
지정된 형식을 변환할 수 있는지 여부를 결정합니다. (다음에서 상속됨 JsonConverter<T>) |
| Read(Utf8JsonReader, Type, JsonSerializerOptions) |
JSON을 읽고 형식 |
| 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>) |