Interface IJsonSerializable<TSelf>
Represents JSON serializable type.
Namespace: DotNext.Text.Json
Assembly: DotNext.IO.dll
Syntax
public interface IJsonSerializable<TSelf> where TSelf : notnull, IJsonSerializable<TSelf>
Type Parameters
Name | Description |
---|---|
TSelf | The type implementing this interface. |
Properties
| Edit this page View SourceTypeInfo
Gets the type information required by serialization or deserialization process.
Declaration
public static abstract JsonTypeInfo<TSelf> TypeInfo { get; }
Property Value
Type | Description |
---|---|
JsonTypeInfo<TSelf> |