C# Class Story.Core.Utils.JsonExtensions

Afficher le fichier Open project: narratr/story

Méthodes publiques

Свойство Type Description
JsonSerializerSettings Newtonsoft.Json.JsonSerializerSettings

Méthodes publiques

Méthode Description
Serialize ( this obj, bool indented = false ) : string

Serializes the specified object.

Method Details

Serialize() public static méthode

Serializes the specified object.
public static Serialize ( this obj, bool indented = false ) : string
obj this
indented bool
Résultat string

Property Details

JsonSerializerSettings public_oe static_oe property

public static JsonSerializerSettings,Newtonsoft.Json JsonSerializerSettings
Résultat Newtonsoft.Json.JsonSerializerSettings