 | CustomJsonConverterWrite Methode |
Schreibt einen String in eine Json-Struktur.
Namensraum: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
Syntaxpublic override void Write(
Utf8JsonWriter writer,
string value,
JsonSerializerOptions options
)
Public Overrides Sub Write (
writer As Utf8JsonWriter,
value As String,
options As JsonSerializerOptions
)
public:
virtual void Write(
Utf8JsonWriter^ writer,
String^ value,
JsonSerializerOptions^ options
) override
abstract Write :
writer : Utf8JsonWriter *
value : string *
options : JsonSerializerOptions -> unit
override Write :
writer : Utf8JsonWriter *
value : string *
options : JsonSerializerOptions -> unit Parameter
- writer Utf8JsonWriter
- Der Writer.
- value String
- Der Json-String.
- options JsonSerializerOptions
- Serializer Optionen, z.B. PropertyNameCaseInsensitive.
Siehe auch