IJsonSerializable Interface

Definition

Represents objects that support serialization to JSON.

public interface class IJsonSerializable
public interface IJsonSerializable
type IJsonSerializable = interface
Public Interface IJsonSerializable
Derived

Methods

Serialize(IJsonWriter)

Writes JSON representation of the object to the specified writer.

Applies to