C# Class Story.Core.Utils.JsonExtensions

Datei anzeigen Open project: narratr/story

Public Properties

Property Type Description
JsonSerializerSettings Newtonsoft.Json.JsonSerializerSettings

Public Methods

Method Description
Serialize ( this obj, bool indented = false ) : string

Serializes the specified object.

Method Details

Serialize() public static method

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

Property Details

JsonSerializerSettings public_oe static_oe property

public static JsonSerializerSettings,Newtonsoft.Json JsonSerializerSettings
return Newtonsoft.Json.JsonSerializerSettings