Partager via


IJsonWriter Interface

Définition

Encapsule la logique pour sérialiser des objets au format JSON.

public interface IJsonWriter
type IJsonWriter = interface
Public Interface IJsonWriter

Méthodes

WriteComma()

Écrit une virgule.

WriteEndArray()

Écrit entre crochets fermant/droit.

WriteEndObject()

Écrit l’accolade fermante/droite.

WriteProperty(String, IDictionary<String,Double>)

Écrit une IDictionary<TKey,TValue> propriété.

WriteProperty(String, IDictionary<String,String>)

Écrit une IDictionary<TKey,TValue> propriété.

WriteProperty(String, Nullable<Boolean>)

Écrit une Boolean propriété.

WriteProperty(String, Nullable<DateTimeOffset>)

Écrit une DateTimeOffset propriété.

WriteProperty(String, Nullable<Double>)

Écrit une Double propriété.

WriteProperty(String, Nullable<Int32>)

Écrit une Int32 propriété.

WriteProperty(String, Nullable<TimeSpan>)

Écrit une TimeSpan propriété.

WriteProperty(String, String)

Écrit une String propriété.

WritePropertyName(String)

Écrit un nom de propriété entre guillemets doubles, suivi d’un signe deux-points.

WriteRawValue(Object)

Écrit Object directement sous forme de valeur brute.

WriteStartArray()

Écrit entre crochets ouvrants/gauches.

WriteStartObject()

Écrit l’accolade ouvrante/gauche.

S’applique à