AdoNetGrainStorageOptions.UseJsonFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether storage string payload should be formatted in JSON. If neither UseJsonFormat nor UseXmlFormat is set to true, then BinaryFormatSerializer will be configured to format storage string payload.
public bool UseJsonFormat { get; set; }
member this.UseJsonFormat : bool with get, set
Public Property UseJsonFormat As Boolean