Class TypeJsonWriterJsonable
- Namespace
- H.Extensions.TextJsonable
- Assembly
- H.Extensions.TextJsonable.dll
public class TypeJsonWriterJsonable : ITextJsonable, ITextJsonableReader, ITextJsonableWriter
- Inheritance
-
TypeJsonWriterJsonable
- Implements
- Inherited Members
- Extension Methods
Constructors
TypeJsonWriterJsonable(object)
public TypeJsonWriterJsonable(object value)
Parameters
value
object
Methods
Read(ref Utf8JsonReader, JsonSerializerOptions)
public object Read(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
reader
Utf8JsonReaderoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, JsonSerializerOptions)
public void Write(Utf8JsonWriter writer, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWriteroptions
JsonSerializerOptions