Show / Hide Table of Contents

Interface IJsonSerializable<TSelf>

Represents JSON serializable type.

Namespace: DotNext.Text.Json
Assembly: DotNext.IO.dll
Syntax
public interface IJsonSerializable<TSelf> where TSelf : IJsonSerializable<TSelf>
Type Parameters
Name Description
TSelf

The type implementing this interface.

Properties

| Edit this page View Source

TypeInfo

Gets the type information required by serialization or deserialization process.

Declaration
public static abstract JsonTypeInfo<TSelf> TypeInfo { get; }
Property Value
Type Description
JsonTypeInfo<TSelf>
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾