AdoNetGrainStorageOptions.UseXmlFormat 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 Xml. If neither UseJsonFormat nor UseXmlFormat is set to true, then BinaryFormatSerializer will be configured to format storage string payload.
public bool UseXmlFormat { get; set; }
member this.UseXmlFormat : bool with get, set
Public Property UseXmlFormat As Boolean