Class PrimTypeConverter
Inheritance
System.Object
PrimTypeConverter
Assembly: Netmavryk.dll
Syntax
public class PrimTypeConverter : JsonConverter<PrimType>
Methods
|
Improve this Doc
View Source
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Declaration
public override PrimType Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
| Type |
Name |
Description |
| Utf8JsonReader |
reader |
|
| Type |
typeToConvert |
|
| JsonSerializerOptions |
options |
|
Returns
|
Improve this Doc
View Source
Write(Utf8JsonWriter, PrimType, JsonSerializerOptions)
Declaration
public override void Write(Utf8JsonWriter writer, PrimType value, JsonSerializerOptions options)
Parameters
| Type |
Name |
Description |
| Utf8JsonWriter |
writer |
|
| PrimType |
value |
|
| JsonSerializerOptions |
options |
|