netstandard/Microsoft.ServiceFabric.Client.Http.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.ServiceFabric.Client.Http</name>
    </assembly>
    <members>
        <member name="T:Microsoft.ServiceFabric.Client.Http.AADTokenHandler">
            <summary>
            Token Handler for AzureActiveDirectorySecuritySettings
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.AADTokenHandler.InitializeTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.AADTokenHandler.RefreshTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.AADTokenHandler.AddTokenToRequest(System.Net.Http.HttpRequestMessage)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ClaimsTokenHandler">
            <summary>
            Bearer Token Handler for ClaimsSecuritySettings
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClaimsTokenHandler.InitializeTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClaimsTokenHandler.RefreshTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClaimsTokenHandler.AddTokenToRequest(System.Net.Http.HttpRequestMessage)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Constants">
            <summary>
            Contains Constant string values used by the library.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.Constants.ServiceFabricHttpRequestIdHeaderName">
            <summary>
            Constant string for request id in header.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.Constants.ServiceFabricHttpClientTypeHeaderName">
            <summary>
            Constant string for client type in header.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.Constants.DefaultApiVersionForResources">
            <summary>
            Constant string default api version for resources.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.Constants.ClientlibClientTypeHeaderValue">
            <summary>
            Constant string for client type in header.
            </summary>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.DefaultTokenHandler">
            <summary>
            Handles adding of No Claims for Service Fabric Http Client, used when SecurityType is X509 or Windows.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.DefaultTokenHandler.InitializeTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.DefaultTokenHandler.RefreshTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.DefaultTokenHandler.AddTokenToRequest(System.Net.Http.HttpRequestMessage)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.DstsTokenHandler">
            <summary>
            Token Handler for DstsSecuritySettings
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.DstsTokenHandler.InitializeTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.DstsTokenHandler.RefreshTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.DstsTokenHandler.AddTokenToRequest(System.Net.Http.HttpRequestMessage)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ClusterClient">
            <summary>
            Class containing methods for performing ClusterClient operataions.
            </summary>
            <summary>
            Class containing methods for performing ClusterClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetImageStoreConnectionStringAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetTokenServiceMetadtaAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ClusterClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterManifestAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterHealthAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterHealthUsingPolicyAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ClusterHealthPolicies,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterHealthChunkAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterHealthChunkUsingPolicyAndAdvancedFiltersAsync(Microsoft.ServiceFabric.Common.ClusterHealthChunkQueryDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.ReportClusterHealthAsync(Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetProvisionedFabricCodeVersionInfoListAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetProvisionedFabricConfigVersionInfoListAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterUpgradeProgressAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterConfigurationAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterConfigurationUpgradeStatusAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetUpgradeOrchestrationServiceStateAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.SetUpgradeOrchestrationServiceStateAsync(Microsoft.ServiceFabric.Common.UpgradeOrchestrationServiceState,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.ProvisionClusterAsync(Microsoft.ServiceFabric.Common.ProvisionFabricDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.UnprovisionClusterAsync(Microsoft.ServiceFabric.Common.UnprovisionFabricDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.RollbackClusterUpgradeAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.ResumeClusterUpgradeAsync(Microsoft.ServiceFabric.Common.ResumeClusterUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.StartClusterUpgradeAsync(Microsoft.ServiceFabric.Common.StartClusterUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.StartClusterConfigurationUpgradeAsync(Microsoft.ServiceFabric.Common.ClusterConfigurationUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.UpdateClusterUpgradeAsync(Microsoft.ServiceFabric.Common.UpdateClusterUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetAadMetadataAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterVersionAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterLoadAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ClusterClient.ToggleVerboseServicePlacementHealthReportingAsync(System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.HelperExtensions">
            <summary>
            Class containing helper extension methods.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.HelperExtensions.AddToQueryParameters(System.Object,System.Collections.Generic.List{System.String},System.String)">
            <summary>
            Helper extension method to add item to query parameters.
            This allows to write code with null propagation operator without too much if null checks when adding to query parameters.
            </summary>
            <param name="value">object value for which this method will be called using null propagation operator.</param>
            <param name="queryParams">Query parameters list.</param>
            <param name="item">item to add to query parameters.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ImageStoreClient">
            <summary>
            Class containing methods for performing ImageStoreClient operataions.
            </summary>
            <summary>
            Class containing methods for performing ImageStoreClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.UploadFileAsync(System.Byte[],System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.UploadFileChunkAsync(System.Byte[],System.String,System.Nullable{System.Guid},System.Int64,System.Int64,System.Int64,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.UploadApplicationPackageAsync(System.String,System.Boolean,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.UploadFileAsync(System.Byte[],System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <summary>
            Uploads contents of the file to the image store.
            Used by IApplicationClient.UploadApplicationPackageAsync to trace a request Id associated with original Uplaod call.
            </summary>
            <param name="fileContentsToUpload">File contents to upload.</param>
            <param name ="pathInImageStore">Relative path to file or folder in the image store from its root.</param>
            <param name="requestId">Request Id to use for tracing.</param>
            <param name ="serverTimeout">The server timeout for performing the operation in seconds. This specifies the time
            duration that the client is willing to wait for the requested operation to complete. The default value for this
            parameter is 60 seconds.</param>
            <param name ="cancellationToken">Cancels the client-side operation.</param>
            <returns>
            A task that represents the asynchronous operation.
            </returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.UploadFileChunkAsync(System.Byte[],System.String,System.Nullable{System.Guid},System.Int64,System.Int64,System.Int64,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <summary>
            Uploads a file chunk to the image store relative path. Used by IApplicationClient.UploadApplicationPackageAsync to trace a request Id associated with original Uplaod call.
            </summary>
            <param name="fileChunkToUpload">Byte array containing file chunk to upload.</param>
            <param name ="pathInImageStore">Relative path to file or folder in the image store from its root.</param>
            <param name ="sessionId">A GUID generated by the user for a file uploading. It identifies an image store upload
            session which keeps track of all file chunks until it is committed.</param>
            <param name ="startBytePosition">The start position of the chunk in byte array represnting file contents.</param>
            <param name ="endBytePosition">The end position of the chunk in byte array representing file contents.</param>
            <param name="length">The size, in bytes, of the file for which chunk is to be uploaded.</param>
            <param name="requestId">Request Id to use for tracing.</param>
            <param name ="serverTimeout">The server timeout for performing the operation in seconds. This specifies the time
            duration that the client is willing to wait for the requested operation to complete. The default value for this
            parameter is 60 seconds.</param>
            <param name ="cancellationToken">Cancels the client-side operation.</param>
            <returns>
            A task that represents the asynchronous operation.
            </returns>
            <remarks>
            When uploading file chunks to the image store, the Content Range information is sent to server.
            Example: if the total file length is 20,000 bytes, and chunk being uploaded is for first 5,000 bytes,
            value of <paramref name="startBytePosition"/> would be 0, value of <paramref name="endBytePosition"/> would be 4999 and value of
            <paramref name="length"/> would be 5000.
            </remarks>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.CompressApplicationPackage(System.String)">
            <summary>
            Compresses Application Package. Code, Config and Data Pkg folders are compressed in each service package.
            </summary>
            <param name="appPkgPath">Absolute path to application package.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetPathInImageStore(System.String,System.String,System.String)">
            <summary>
            Gets the path to upload to in image store.
            </summary>
            <param name="compressedPkgPath">Path to local compressed package</param>
            <param name="pkgPathInImageStore">Package Path in image store.</param>
            <param name="pathInCompressedPackage">Path to fileInfo/dir in compressed package.</param>
            <returns>Relative PAth in image store.</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.ChunkInfo">
            <summary>
            Contains Information about a chunk to be uploaded.
            </summary>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.FileUploadInfo">
            <summary>
            Contians Information about File to be uploaded.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ImageStoreClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreContentAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.DeleteImageStoreContentAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreRootContentAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.CopyImageStoreContentAsync(Microsoft.ServiceFabric.Common.ImageStoreCopyDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.DeleteImageStoreUploadSessionAsync(System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.CommitImageStoreUploadSessionAsync(System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreUploadSessionByIdAsync(System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreUploadSessionByPathAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreRootFolderSizeAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreFolderSizeAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ImageStoreClient.GetImageStoreInfoAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions">
            <summary>
            Defines extension methods for JsonReader.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.MoveToContent(Newtonsoft.Json.JsonReader)">
            <summary>
            Moves the json reader token to next content.
            </summary>
            <param name="reader">The JsonReader.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadStartObject(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads StartObject token, throws if its not.
            </summary>
            <param name="reader">The JsonReader.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadEndObject(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads EndObject token, throws if its not.
            </summary>
            <param name="reader">The JsonReader.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadStartArray(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads StartArray token, throws if its not.
            </summary>
            <param name="reader">The JsonReader.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadEndArray(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads EndArray token, throws if its not.
            </summary>
            <param name="reader">The JsonReader.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadPropertyName(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads PropertyName token, throws if its not.
            </summary>
            <param name="reader">The JsonReader.</param>
            <returns>NameDescription of property.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsString(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.String"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.String" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsBool(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.Boolean"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.Boolean" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsInt(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.Int32"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.Int32" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsByte(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.Byte"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.Int32" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsLong(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.Int64"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.Int64" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsDouble(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.Double"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.Double" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsDateTime(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.DateTime"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.DateTime" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsTimeSpan(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.TimeSpan"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.TimeSpan" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadValueAsGuid(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the value of current JSON token as <see cref="T:System.Guid"/> and moves to next token".
            </summary>
            <param name="reader">Json reader.</param>
            <returns>A <see cref="T:System.Guid" /></returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.SkipPropertyValue(Newtonsoft.Json.JsonReader)">
            <summary>
            Skips a property value.
            </summary>
            <param name="reader">Json reader.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadList``1(Newtonsoft.Json.JsonReader,System.Func{Newtonsoft.Json.JsonReader,``0})">
            <summary>
            Reads a json array.
            </summary>
            <typeparam name="T">Type of list elements.</typeparam>
            <param name="reader">The JsonReader object.</param>
            <param name="deserializerFunc">Func to deserialize T.</param>
            <returns>Returns the List of T.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ReadDictionary``1(Newtonsoft.Json.JsonReader,System.Func{Newtonsoft.Json.JsonReader,``0})">
            <summary>
            Reads a Dictionary from json.
            </summary>
            <typeparam name="T">Type of Dictionary values.</typeparam>
            <param name="reader">The JsonReader object.</param>
            <param name="deserializerFunc">Func to deserialize T.</param>
            <returns>Returns the dictionary.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.Deserialize``1(Newtonsoft.Json.JsonReader,System.Func{Newtonsoft.Json.JsonReader,``0})">
            <summary>
            Deserializes Json representing of type T.
            </summary>
            <typeparam name="T">Type to deserialize into.</typeparam>
            <param name="reader">Json Reader.</param>
            <param name="getFromJsonPropertiesFunc">Delegate to parse json properties for type T.</param>
            <returns>Deserialized object of type T. returns default(T) if Json Token represented by reader is null
            OR its an empty Json.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ParseAsType``1(System.String,System.Func{System.String,``0})">
            <summary>
            Parses type T from string value
            </summary>
            <typeparam name="T">Type T to parse value as.</typeparam>
            <param name="value">value to parse.</param>
            <param name="parseFunc">Parse Function.</param>
            <returns>Parsed value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonReaderExtensions.ParseAsTypeWithInvariantCulture``1(System.String,System.Func{System.String,System.Globalization.CultureInfo,``0})">
            <summary>
            Parses type T from string value
            </summary>
            <typeparam name="T">Type T to parse value as.</typeparam>
            <param name="value">value to parse.</param>
            <param name="parseFunc">Parse Function.</param>
            <returns>Parsed value.</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions">
            <summary>
            Defines extension methods for JsonWriter.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteDateTimeValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.DateTime})">
            <summary>
            Writes a DateTime value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteTimeSpanValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.TimeSpan})">
            <summary>
            Writes a TimeSpan value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteStringValue(Newtonsoft.Json.JsonWriter,System.String)">
            <summary>
            Writes a string value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteIntValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.Int32})">
            <summary>
            Writes integer value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteLongValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.Int64})">
            <summary>
            Writes long value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteDoubleValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.Double})">
            <summary>
            Writes double value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteBoolValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.Boolean})">
            <summary>
            Writes boolean value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteGuidValue(Newtonsoft.Json.JsonWriter,System.Nullable{System.Guid})">
            <summary>
            Writes Guid value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteByteValue(Newtonsoft.Json.JsonWriter,System.Byte)">
            <summary>
            Writes byte value.
            </summary>
            <param name="writer">Json writer.</param>
            <param name="value">Value to write.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteProperty``1(Newtonsoft.Json.JsonWriter,``0,System.String,System.Action{Newtonsoft.Json.JsonWriter,``0})">
            <summary>
            Writes property.
            </summary>
            <typeparam name="T">Type of property to write.</typeparam>
            <param name="writer">JsonWriter instance.</param>
            <param name="obj">object of type T to write.</param>
            <param name="propertyName">Property NameDescription to write as.</param>
            <param name="serializeFunc">Func to serialize obj of type T.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteEnumerableProperty``1(Newtonsoft.Json.JsonWriter,System.Collections.Generic.IEnumerable{``0},System.String,System.Action{Newtonsoft.Json.JsonWriter,``0})">
            <summary>
            Writes IEnumerable property as json array
            </summary>
            <typeparam name="T">Type of IEnumerable elements.</typeparam>
            <param name="writer">JsonWriter instance.</param>
            <param name="sequence">IEnumerable to write.</param>
            <param name="propertyName">Property NameDescription to write as.</param>
            <param name="serializeFunc">Func to serialize obj of type T.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteDictionaryProperty``1(Newtonsoft.Json.JsonWriter,System.Collections.Generic.IReadOnlyDictionary{System.String,``0},System.String,System.Action{Newtonsoft.Json.JsonWriter,``0})">
            <summary>
            Writes properties of IDictionary.
            </summary>
            <typeparam name="T">Type of dictionary values.</typeparam>
            <param name="writer">JsonWriter instance.</param>
            <param name="collection">Dictionary object to write.</param>
            <param name="propertyName">Property NameDescription to write as.</param>
            <param name="serializeFunc">Func to serialize obj of type T.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.JsonWriterExtensions.WriteEnumerableValue``1(Newtonsoft.Json.JsonWriter,System.Collections.Generic.IEnumerable{``0},System.Action{Newtonsoft.Json.JsonWriter,``0})">
            <summary>
            Writes IEnumerable property as json array
            </summary>
            <typeparam name="T">Type of IEnumerable elements.</typeparam>
            <param name="writer">JsonWriter instance.</param>
            <param name="sequence">IEnumerable to write.</param>
            <param name="serializeFunc">Func to serialize obj of type T.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient">
            <summary>
            Class containing methods for performing MeshApplicationsClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.CreateOrUpdateAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshApplicationsClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.CreateOrUpdateAsync(System.String,Microsoft.ServiceFabric.Common.ApplicationResourceDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.GetAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.ListAsync(System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshApplicationsClient.GetUpgradeProgressAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient">
            <summary>
            Class containing methods for performing MeshGatewaysClient operations.
            </summary>
            <summary>
            Class containing methods for performing MeshGatewaysClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient.CreateOrUpdateAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshGatewaysClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient.CreateOrUpdateAsync(System.String,Microsoft.ServiceFabric.Common.GatewayResourceDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient.GetAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshGatewaysClient.ListAsync(System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient">
            <summary>
            Class containing methods for performing MeshNetworksClient operations.
            </summary>
            <summary>
            Class containing methods for performing MeshNetworksClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient.CreateOrUpdateAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshNetworksClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient.CreateOrUpdateAsync(System.String,Microsoft.ServiceFabric.Common.NetworkResourceDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient.GetAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshNetworksClient.ListAsync(System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient">
            <summary>
            Class containing methods for performing MeshSecretsClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient.CreateOrUpdateAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshSecretsClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient.CreateOrUpdateAsync(System.String,Microsoft.ServiceFabric.Common.SecretResourceDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient.GetAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretsClient.ListAsync(System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient">
            <summary>
            Class containing methods for performing MeshSecretValuesClient operations.
            </summary>
            <summary>
            Class containing methods for performing MeshSecretValuesClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.AddValueAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshSecretValuesClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.AddValueAsync(System.String,System.String,Microsoft.ServiceFabric.Common.SecretValueResourceDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.ListAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshSecretValuesClient.ShowAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient">
            <summary>
            Class containing methods for performing MeshVolumesClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient.CreateOrUpdateAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshVolumesClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient.CreateOrUpdateAsync(System.String,Microsoft.ServiceFabric.Common.VolumeResourceDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient.GetAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshVolumesClient.ListAsync(System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient">
            <summary>
            Class containing methods for performing PropertyManagementClient operations.
            </summary>
            <summary>
            Class containing methods for performing PropertyManagementClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.NameExistsAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the PropertyManagementClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.CreateNameAsync(Microsoft.ServiceFabric.Common.FabricName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.GetNameExistsInfoAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.DeleteNameAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.GetSubNameInfoListAsync(System.String,System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.GetPropertyInfoListAsync(System.String,System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.PutPropertyAsync(System.String,Microsoft.ServiceFabric.Common.PropertyDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.GetPropertyInfoAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.DeletePropertyAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PropertyManagementClient.SubmitPropertyBatchAsync(System.String,Microsoft.ServiceFabric.Common.PropertyBatchDescriptionList,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ApplicationClient">
            <summary>
            Class containing methods for performing ApplicationClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ApplicationClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.CreateApplicationAsync(Microsoft.ServiceFabric.Common.ApplicationDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.DeleteApplicationAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetApplicationLoadInfoAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetApplicationInfoListAsync(System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetApplicationInfoAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetApplicationHealthAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetApplicationHealthUsingPolicyAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ApplicationHealthPolicy,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.ReportApplicationHealthAsync(System.String,Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.StartApplicationUpgradeAsync(System.String,Microsoft.ServiceFabric.Common.ApplicationUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetApplicationUpgradeAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.UpdateApplicationUpgradeAsync(System.String,Microsoft.ServiceFabric.Common.ApplicationUpgradeUpdateDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.ResumeApplicationUpgradeAsync(System.String,Microsoft.ServiceFabric.Common.ResumeApplicationUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.RollbackApplicationUpgradeAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetDeployedApplicationInfoListAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetDeployedApplicationInfoAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetDeployedApplicationHealthAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.GetDeployedApplicationHealthUsingPolicyAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.ServiceFabric.Common.ApplicationHealthPolicy,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationClient.ReportDeployedApplicationHealthAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient">
            <summary>
            Class containing methods for performing ApplicationTypeClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ApplicationTypeClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient.GetApplicationTypeInfoListAsync(System.Nullable{System.Int32},System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient.GetApplicationTypeInfoListByNameAsync(System.String,System.String,System.Nullable{System.Boolean},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient.ProvisionApplicationTypeAsync(Microsoft.ServiceFabric.Common.ProvisionApplicationTypeDescriptionBase,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient.UnprovisionApplicationTypeAsync(System.String,Microsoft.ServiceFabric.Common.UnprovisionApplicationTypeDescriptionInfo,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ApplicationTypeClient.GetApplicationManifestAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient">
            <summary>
            Class containing methods for performing BackupRestoreClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the BackupRestoreClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.CreateBackupPolicyAsync(Microsoft.ServiceFabric.Common.BackupPolicyDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.DeleteBackupPolicyAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetBackupPolicyListAsync(Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetBackupPolicyByNameAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetAllEntitiesBackedUpByPolicyAsync(System.String,Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.UpdateBackupPolicyAsync(Microsoft.ServiceFabric.Common.BackupPolicyDescription,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.EnableApplicationBackupAsync(System.String,Microsoft.ServiceFabric.Common.EnableBackupDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.DisableApplicationBackupAsync(System.String,System.Nullable{System.Int64},Microsoft.ServiceFabric.Common.DisableBackupDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetApplicationBackupConfigurationInfoAsync(System.String,Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetApplicationBackupListAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.SuspendApplicationBackupAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.ResumeApplicationBackupAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.EnableServiceBackupAsync(System.String,Microsoft.ServiceFabric.Common.EnableBackupDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.DisableServiceBackupAsync(System.String,Microsoft.ServiceFabric.Common.DisableBackupDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetServiceBackupConfigurationInfoAsync(System.String,Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetServiceBackupListAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.SuspendServiceBackupAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.ResumeServiceBackupAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.EnablePartitionBackupAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.EnableBackupDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.DisablePartitionBackupAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.DisableBackupDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetPartitionBackupConfigurationInfoAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetPartitionBackupListAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.SuspendPartitionBackupAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.ResumePartitionBackupAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.BackupPartitionAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.BackupPartitionDescription,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetPartitionBackupProgressAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.RestorePartitionAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.RestorePartitionDescription,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetPartitionRestoreProgressAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.BackupRestoreClient.GetBackupsFromBackupLocationAsync(Microsoft.ServiceFabric.Common.GetBackupByStorageQueryDescription,System.Nullable{System.Int64},Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ChaosClient">
            <summary>
            Class containing methods for performing ChaosClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ChaosClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.GetChaosAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.StartChaosAsync(Microsoft.ServiceFabric.Common.ChaosParameters,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.StopChaosAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.GetChaosEventsAsync(Microsoft.ServiceFabric.Common.ContinuationToken,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.GetChaosScheduleAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ChaosClient.PostChaosScheduleAsync(Microsoft.ServiceFabric.Common.ChaosScheduleDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.CodePackageClient">
            <summary>
            Class containing methods for performing CodePackageClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.CodePackageClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the CodePackageClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.CodePackageClient.GetDeployedCodePackageInfoListAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.CodePackageClient.RestartDeployedCodePackageAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,Microsoft.ServiceFabric.Common.RestartDeployedCodePackageDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.CodePackageClient.GetContainerLogsDeployedOnNodeAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.CodePackageClient.InvokeContainerApiAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.String,System.String,Microsoft.ServiceFabric.Common.ContainerApiRequestBody,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient">
            <summary>
            Class containing methods for performing ComposeDeploymentClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ComposeDeploymentClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.CreateComposeDeploymentAsync(Microsoft.ServiceFabric.Common.CreateComposeDeploymentDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.GetComposeDeploymentStatusAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.GetComposeDeploymentStatusListAsync(Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.GetComposeDeploymentUpgradeProgressAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.RemoveComposeDeploymentAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.StartComposeDeploymentUpgradeAsync(System.String,Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ComposeDeploymentClient.StartRollbackComposeDeploymentUpgradeAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.EventsStoreClient">
            <summary>
            Class containing methods for performing EventsStoreClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the EventsStoreClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetClusterEventListAsync(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetContainersEventListAsync(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetNodeEventListAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetNodesEventListAsync(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetApplicationEventListAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetApplicationsEventListAsync(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetServiceEventListAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetServicesEventListAsync(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetPartitionEventListAsync(Microsoft.ServiceFabric.Common.PartitionId,System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetPartitionsEventListAsync(System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetPartitionReplicaEventListAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetPartitionReplicasEventListAsync(Microsoft.ServiceFabric.Common.PartitionId,System.String,System.String,System.Nullable{System.Int64},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.EventsStoreClient.GetCorrelatedEventListAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.FaultsClient">
            <summary>
            Class containing methods for performing FaultsClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the FaultsClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.StartDataLossAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Guid},System.Nullable{Microsoft.ServiceFabric.Common.DataLossMode},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.GetDataLossProgressAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.StartQuorumLossAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Guid},System.Nullable{Microsoft.ServiceFabric.Common.QuorumLossMode},System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.GetQuorumLossProgressAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.StartPartitionRestartAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Guid},System.Nullable{Microsoft.ServiceFabric.Common.RestartPartitionMode},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.GetPartitionRestartProgressAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.StartNodeTransitionAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Guid},System.Nullable{Microsoft.ServiceFabric.Common.NodeTransitionType},System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.GetNodeTransitionProgressAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Guid},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.GetFaultOperationListAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.FaultsClient.CancelOperationAsync(System.Nullable{System.Guid},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.InfrastructureClient">
            <summary>
            Class containing methods for performing InfrastructureClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.InfrastructureClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the InfrastructureClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.InfrastructureClient.InvokeInfrastructureCommandAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.InfrastructureClient.InvokeInfrastructureQueryAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshCodePackagesClient">
            <summary>
            Class containing methods for performing MeshCodePackagesClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshCodePackagesClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshCodePackagesClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshCodePackagesClient.GetContainerLogsAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshServiceReplicasClient">
            <summary>
            Class containing methods for performing MeshServiceReplicasClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshServiceReplicasClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshServiceReplicasClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshServiceReplicasClient.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshServiceReplicasClient.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.MeshServicesClient">
            <summary>
            Class containing methods for performing MeshServicesClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshServicesClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the MeshServicesClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshServicesClient.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.MeshServicesClient.ListAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.NodeClient">
            <summary>
            Class containing methods for performing NodeClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the NodeClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.GetNodeInfoListAsync(Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{Microsoft.ServiceFabric.Common.NodeStatusFilter},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.GetNodeInfoAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.GetNodeHealthAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.GetNodeHealthUsingPolicyAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int32},Microsoft.ServiceFabric.Common.ClusterHealthPolicy,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.ReportNodeHealthAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.GetNodeLoadInfoAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.DisableNodeAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.DeactivationIntentDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.EnableNodeAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.RemoveNodeStateAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.RestartNodeAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.RestartNodeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.RemoveConfigurationOverridesAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.GetConfigurationOverridesAsync(Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.NodeClient.AddConfigurationParameterOverridesAsync(Microsoft.ServiceFabric.Common.NodeName,System.Collections.Generic.IEnumerable{Microsoft.ServiceFabric.Common.ConfigParameterOverride},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.PartitionClient">
            <summary>
            Class containing methods for performing PartitionClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the PartitionClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.GetPartitionInfoListAsync(System.String,Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.GetPartitionInfoAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.GetServiceNameInfoAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.GetPartitionHealthAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.GetPartitionHealthUsingPolicyAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.ServiceFabric.Common.ApplicationHealthPolicy,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.ReportPartitionHealthAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.GetPartitionLoadInformationAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.ResetPartitionLoadAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.RecoverPartitionAsync(Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.RecoverServicePartitionsAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.RecoverSystemPartitionsAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.RecoverAllPartitionsAsync(System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.MovePrimaryReplicaAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.PartitionClient.MoveSecondaryReplicaAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.NodeName,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.RepairManagementClient">
            <summary>
            Class containing methods for performing RepairManagementClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the RepairManagementClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.CreateRepairTaskAsync(Microsoft.ServiceFabric.Common.RepairTask,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.CancelRepairTaskAsync(Microsoft.ServiceFabric.Common.RepairTaskCancelDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.DeleteRepairTaskAsync(Microsoft.ServiceFabric.Common.RepairTaskDeleteDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.GetRepairTaskListAsync(System.String,System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.ForceApproveRepairTaskAsync(Microsoft.ServiceFabric.Common.RepairTaskApproveDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.UpdateRepairTaskHealthPolicyAsync(Microsoft.ServiceFabric.Common.RepairTaskUpdateHealthPolicyDescription,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RepairManagementClient.UpdateRepairExecutionStateAsync(Microsoft.ServiceFabric.Common.RepairTask,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ReplicaClient">
            <summary>
            Class containing methods for performing ReplicaClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ReplicaClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetReplicaInfoListAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetReplicaInfoAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetReplicaHealthAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetReplicaHealthUsingPolicyAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{System.Int32},Microsoft.ServiceFabric.Common.ApplicationHealthPolicy,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.ReportReplicaHealthAsync(Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{Microsoft.ServiceFabric.Common.ReplicaHealthReportServiceKind},Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetDeployedServiceReplicaInfoListAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,Microsoft.ServiceFabric.Common.PartitionId,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetDeployedServiceReplicaDetailInfoAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.GetDeployedServiceReplicaDetailInfoByPartitionIdAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.RestartReplicaAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ReplicaClient.RemoveReplicaAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.PartitionId,Microsoft.ServiceFabric.Common.ReplicaId,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AadMetadata" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AadMetadata)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataObjectConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AadMetadataObject" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataObjectConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataObjectConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AadMetadataObjectConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AadMetadataObject)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveIncrementalNamedPartitionScalingMechanismConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AddRemoveIncrementalNamedPartitionScalingMechanism" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveIncrementalNamedPartitionScalingMechanismConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveIncrementalNamedPartitionScalingMechanismConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveIncrementalNamedPartitionScalingMechanismConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AddRemoveIncrementalNamedPartitionScalingMechanism)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveReplicaScalingMechanismConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AddRemoveReplicaScalingMechanism" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveReplicaScalingMechanismConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveReplicaScalingMechanismConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AddRemoveReplicaScalingMechanismConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AddRemoveReplicaScalingMechanism)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AnalysisEventMetadataConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AnalysisEventMetadata" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AnalysisEventMetadataConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AnalysisEventMetadataConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AnalysisEventMetadataConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AnalysisEventMetadata)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupConfigurationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationBackupConfigurationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupConfigurationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupConfigurationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupConfigurationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationBackupConfigurationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupEntityConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationBackupEntity" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupEntityConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupEntityConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationBackupEntityConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationBackupEntity)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCapacityDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationCapacityDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCapacityDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCapacityDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCapacityDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationCapacityDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationContainerInstanceExitedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationContainerInstanceExitedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationContainerInstanceExitedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationContainerInstanceExitedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationContainerInstanceExitedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationContainerInstanceExitedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCreatedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationCreatedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCreatedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCreatedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationCreatedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationCreatedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDefinitionKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationDefinitionKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDefinitionKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDefinitionKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationDefinitionKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDeletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationDeletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDeletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDeletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDeletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationDeletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPoliciesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthPolicies" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPoliciesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPoliciesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPoliciesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthPolicies)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyMapItemConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthPolicyMapItem" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyMapItemConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyMapItemConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthPolicyMapItemConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthPolicyMapItem)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationLoadInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationLoadInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadMetricInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationLoadMetricInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadMetricInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadMetricInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationLoadMetricInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationLoadMetricInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationMetricDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationMetricDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationMetricDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationMetricDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationMetricDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationMetricDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationNameInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationNameInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPackageCleanupPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationPackageCleanupPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPackageCleanupPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPackageCleanupPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationPackageCleanupPolicy})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationProcessExitedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationProcessExitedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationProcessExitedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationProcessExitedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationProcessExitedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationProcessExitedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationPropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationResourceUpgradeProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationResourceUpgradeProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationResourceUpgradeState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationResourceUpgradeStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationResourceUpgradeState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationScopedVolume" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationScopedVolume)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationScopedVolumeCreationParameters" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationScopedVolumeCreationParameters)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeCreationParametersServiceFabricVolumeDiskConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationScopedVolumeKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationScopedVolumeKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationScopedVolumeKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationsHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationsHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationsHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationsHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationsHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationsHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeApplicationsHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeApplicationsHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeApplicationsHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeApplicationsHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeApplicationsHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationTypeApplicationsHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeDefinitionKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeDefinitionKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeDefinitionKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeDefinitionKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationTypeDefinitionKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeHealthPolicyMapItemConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeHealthPolicyMapItem" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeHealthPolicyMapItemConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeHealthPolicyMapItemConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeHealthPolicyMapItemConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationTypeHealthPolicyMapItem)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeImageStorePathConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeImageStorePath" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeImageStorePathConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeImageStorePathConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeImageStorePathConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationTypeImageStorePath)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationTypeInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeManifestConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeManifest" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeManifestConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeManifestConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeManifestConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationTypeManifest)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationTypeStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationTypeStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ApplicationTypeStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDomainCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeDomainCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDomainCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDomainCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeDomainCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeDomainCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeRollbackCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeRollbackCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackStartedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeRollbackStartedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackStartedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackStartedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeRollbackStartedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeRollbackStartedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeStartedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeStartedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeStartedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeStartedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeStartedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeStartedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeUpdateDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ApplicationUpgradeUpdateDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeUpdateDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeUpdateDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationUpgradeUpdateDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationUpgradeUpdateDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingMechanism" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AutoScalingMechanism)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingMechanismKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMechanismKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.AutoScalingMechanismKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingMetric" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AutoScalingMetric)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingMetricKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingMetricKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.AutoScalingMetricKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AutoScalingPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingResourceMetric" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AutoScalingResourceMetric)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricNameConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingResourceMetricName" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingResourceMetricNameConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.AutoScalingResourceMetricName})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingTrigger" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AutoScalingTrigger)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AutoScalingTriggerKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AutoScalingTriggerKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.AutoScalingTriggerKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AverageLoadScalingTriggerConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AverageLoadScalingTrigger" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AverageLoadScalingTriggerConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AverageLoadScalingTriggerConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AverageLoadScalingTriggerConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AverageLoadScalingTrigger)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AveragePartitionLoadScalingTriggerConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AveragePartitionLoadScalingTrigger" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AveragePartitionLoadScalingTriggerConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AveragePartitionLoadScalingTriggerConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AveragePartitionLoadScalingTriggerConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AveragePartitionLoadScalingTrigger)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AverageServiceLoadScalingTriggerConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AverageServiceLoadScalingTrigger" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AverageServiceLoadScalingTriggerConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AverageServiceLoadScalingTriggerConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AverageServiceLoadScalingTriggerConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AverageServiceLoadScalingTrigger)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AzureBlobBackupStorageDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AzureBlobBackupStorageDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AzureBlobBackupStorageDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AzureBlobBackupStorageDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AzureBlobBackupStorageDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AzureBlobBackupStorageDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.AzureInternalMonitoringPipelineSinkDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.AzureInternalMonitoringPipelineSinkDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AzureInternalMonitoringPipelineSinkDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AzureInternalMonitoringPipelineSinkDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.AzureInternalMonitoringPipelineSinkDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.AzureInternalMonitoringPipelineSinkDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupConfigurationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupConfigurationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupConfigurationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupConfigurationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupConfigurationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupConfigurationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupEntity" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupEntity)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupEntityKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupEntityKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupEntityKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPartitionDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupPartitionDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPartitionDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPartitionDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPartitionDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupPartitionDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyScopeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupPolicyScope" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyScopeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupPolicyScopeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupPolicyScope})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupScheduleDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupScheduleDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleFrequencyTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupScheduleFrequencyType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleFrequencyTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleFrequencyTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupScheduleFrequencyType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupScheduleKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupScheduleKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupScheduleKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupStorageDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupStorageDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupStorageKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupStorageKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupStorageKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupSuspensionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BackupSuspensionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionScopeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupSuspensionScope" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionScopeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupSuspensionScopeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupSuspensionScope})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BackupTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BackupType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BackupTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.BackupType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BasicRetentionPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BasicRetentionPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BasicRetentionPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BasicRetentionPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BasicRetentionPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BasicRetentionPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.BinaryPropertyValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.BinaryPropertyValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BinaryPropertyValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BinaryPropertyValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.BinaryPropertyValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.BinaryPropertyValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosCodePackageRestartScheduledEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosCodePackageRestartScheduledEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosCodePackageRestartScheduledEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosCodePackageRestartScheduledEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosCodePackageRestartScheduledEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosCodePackageRestartScheduledEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosContextConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosContext" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosContextConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosContextConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosContextConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosContext)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Chaos" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.Chaos)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosEventKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ChaosEventKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventWrapperConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosEventWrapper" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventWrapperConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventWrapperConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosEventWrapperConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosEventWrapper)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosNodeRestartScheduledEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosNodeRestartScheduledEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosNodeRestartScheduledEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosNodeRestartScheduledEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosNodeRestartScheduledEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosNodeRestartScheduledEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosParameters" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosParameters)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersDictionaryItemConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosParametersDictionaryItem" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersDictionaryItemConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersDictionaryItemConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosParametersDictionaryItemConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosParametersDictionaryItem)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionPrimaryMoveScheduledEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosPartitionPrimaryMoveScheduledEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionPrimaryMoveScheduledEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionPrimaryMoveScheduledEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionPrimaryMoveScheduledEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosPartitionPrimaryMoveScheduledEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionSecondaryMoveScheduledEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosPartitionSecondaryMoveScheduledEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionSecondaryMoveScheduledEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionSecondaryMoveScheduledEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosPartitionSecondaryMoveScheduledEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosPartitionSecondaryMoveScheduledEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRemovalScheduledEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosReplicaRemovalScheduledEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRemovalScheduledEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRemovalScheduledEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRemovalScheduledEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosReplicaRemovalScheduledEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRestartScheduledEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosReplicaRestartScheduledEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRestartScheduledEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRestartScheduledEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosReplicaRestartScheduledEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosReplicaRestartScheduledEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosSchedule" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosSchedule)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosScheduleDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosScheduleDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobActiveDaysOfWeekConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosScheduleJobActiveDaysOfWeek" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobActiveDaysOfWeekConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobActiveDaysOfWeekConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobActiveDaysOfWeekConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosScheduleJobActiveDaysOfWeek)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosScheduleJob" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleJobConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosScheduleJob)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosScheduleStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosScheduleStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ChaosScheduleStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStartedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosStartedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStartedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStartedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStartedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosStartedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ChaosStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStoppedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosStoppedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStoppedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStoppedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosStoppedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosStoppedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosTargetFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ChaosTargetFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosTargetFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosTargetFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ChaosTargetFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ChaosTargetFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CheckExistsPropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CheckExistsPropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckExistsPropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckExistsPropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckExistsPropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CheckExistsPropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CheckSequencePropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CheckSequencePropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckSequencePropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckSequencePropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckSequencePropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CheckSequencePropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CheckValuePropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CheckValuePropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckValuePropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckValuePropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CheckValuePropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CheckValuePropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterConfiguration" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterConfiguration)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterConfigurationUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterConfigurationUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeStatusInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterConfigurationUpgradeStatusInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeStatusInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeStatusInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterConfigurationUpgradeStatusInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterConfigurationUpgradeStatusInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterHealthChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterHealthChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkQueryDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterHealthChunkQueryDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkQueryDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkQueryDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthChunkQueryDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterHealthChunkQueryDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPoliciesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterHealthPolicies" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPoliciesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPoliciesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPoliciesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterHealthPolicies)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterHealthPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterHealthPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterLoadInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterLoadInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterLoadInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterLoadInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterLoadInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterLoadInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterManifestConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterManifest" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterManifestConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterManifestConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterManifestConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterManifest)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDescriptionObjectConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeDescriptionObject" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDescriptionObjectConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDescriptionObjectConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDescriptionObjectConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeDescriptionObject)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDomainCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeDomainCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDomainCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDomainCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeDomainCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeDomainCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeHealthPolicyObjectConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeHealthPolicyObject" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeHealthPolicyObjectConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeHealthPolicyObjectConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeHealthPolicyObjectConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeHealthPolicyObject)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeProgressObjectConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeProgressObject" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeProgressObjectConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeProgressObjectConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeProgressObjectConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeProgressObject)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeRollbackCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeRollbackCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackStartedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeRollbackStartedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackStartedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackStartedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeRollbackStartedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeRollbackStartedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeStartedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterUpgradeStartedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeStartedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeStartedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterUpgradeStartedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterUpgradeStartedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterVersionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ClusterVersion" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterVersionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterVersionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ClusterVersionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ClusterVersion)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CodePackageEntryPoint" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CodePackageEntryPoint)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointStatisticsConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CodePackageEntryPointStatistics" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointStatisticsConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointStatisticsConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CodePackageEntryPointStatisticsConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CodePackageEntryPointStatistics)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ComposeDeploymentStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ComposeDeploymentStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ComposeDeploymentStatusInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentStatusInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ComposeDeploymentStatusInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ComposeDeploymentUpgradeStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ComposeDeploymentUpgradeState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ConfigParameterOverrideConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ConfigParameterOverride" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ConfigParameterOverrideConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ConfigParameterOverrideConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ConfigParameterOverrideConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ConfigParameterOverride)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiRequestBodyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerApiRequestBody" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiRequestBodyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiRequestBodyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiRequestBodyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerApiRequestBody)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResponseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerApiResponse" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResponseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResponseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResponseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerApiResponse)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResultConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerApiResult" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResultConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResultConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerApiResultConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerApiResult)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerCodePackagePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerCodePackageProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerCodePackagePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerCodePackagePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerCodePackagePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerCodePackageProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerInstanceEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerInstanceEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceViewConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerInstanceView" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceViewConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceViewConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerInstanceViewConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerInstanceView)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLabelConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerLabel" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLabelConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLabelConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLabelConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerLabel)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLogsConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerLogs" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLogsConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLogsConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerLogsConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerLogs)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ContainerState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContainerStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContainerState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CreateComposeDeploymentDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CreateComposeDeploymentDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CreateComposeDeploymentDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CreateComposeDeploymentDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CreateComposeDeploymentDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CreateComposeDeploymentDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CreateFabricDumpConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CreateFabricDump" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CreateFabricDumpConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CreateFabricDumpConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.CreateFabricDump})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.CurrentUpgradeDomainProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.CurrentUpgradeDomainProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CurrentUpgradeDomainProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CurrentUpgradeDomainProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.CurrentUpgradeDomainProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.CurrentUpgradeDomainProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DataLossModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DataLossMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DataLossModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DataLossModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.DataLossMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeactivationIntent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.DeactivationIntent})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeactivationIntentDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeactivationIntentDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeactivationIntentDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DefaultExecutionPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DefaultExecutionPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DefaultExecutionPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DefaultExecutionPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DefaultExecutionPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DefaultExecutionPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeletePropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeletePropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeletePropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeletePropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeletePropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeletePropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeltaNodesCheckHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeltaNodesCheckHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeltaNodesCheckHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeltaNodesCheckHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeltaNodesCheckHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeltaNodesCheckHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationsHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationsHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationsHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationsHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationsHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedApplicationsHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedApplicationStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedApplicationStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.DeployedApplicationStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedCodePackageInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedCodePackageInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedCodePackageInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedCodePackageInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedCodePackageInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedCodePackageInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackageNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackageNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackageNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackagesHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServicePackagesHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackagesHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackagesHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServicePackagesHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServicePackagesHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaDetailInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServiceReplicaDetailInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaDetailInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaDetailInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaDetailInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServiceReplicaDetailInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServiceReplicaInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceReplicaInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServiceReplicaInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceTypeInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedServiceTypeInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceTypeInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceTypeInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedServiceTypeInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedServiceTypeInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaDetailInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedStatefulServiceReplicaDetailInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaDetailInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaDetailInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaDetailInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedStatefulServiceReplicaDetailInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedStatefulServiceReplicaInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatefulServiceReplicaInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedStatefulServiceReplicaInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceDetailInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedStatelessServiceInstanceDetailInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceDetailInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceDetailInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceDetailInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedStatelessServiceInstanceDetailInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployedStatelessServiceInstanceInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployedStatelessServiceInstanceInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployedStatelessServiceInstanceInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeploymentStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeploymentStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeploymentStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeploymentStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.DeploymentStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DeployServicePackageToNodeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DeployServicePackageToNodeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployServicePackageToNodeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployServicePackageToNodeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DeployServicePackageToNodeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DeployServicePackageToNodeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DiagnosticsDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DiagnosticsDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsRefConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DiagnosticsRef" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsRefConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsRefConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsRefConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DiagnosticsRef)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DiagnosticsSinkKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.DiagnosticsSinkKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkPropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DiagnosticsSinkProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkPropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkPropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiagnosticsSinkPropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DiagnosticsSinkProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DisableBackupDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DisableBackupDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DisableBackupDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DisableBackupDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DisableBackupDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DisableBackupDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DiskInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DiskInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiskInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiskInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DiskInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DiskInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DoublePropertyValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.DoublePropertyValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DoublePropertyValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DoublePropertyValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DoublePropertyValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.DoublePropertyValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EnableBackupDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EnableBackupDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnableBackupDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnableBackupDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnableBackupDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EnableBackupDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointPropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EndpointProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointPropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointPropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointPropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EndpointProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointRefConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EndpointRef" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointRefConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointRefConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EndpointRefConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EndpointRef)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EnsureAvailabilitySafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EnsureAvailabilitySafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnsureAvailabilitySafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnsureAvailabilitySafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnsureAvailabilitySafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EnsureAvailabilitySafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EnsurePartitionQuorumSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EnsurePartitionQuorumSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnsurePartitionQuorumSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnsurePartitionQuorumSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnsurePartitionQuorumSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EnsurePartitionQuorumSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntityHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EntityHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntityHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EntityHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntityHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EntityHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntityHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EntityHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntityKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.EntityKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindHealthStateCountConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntityKindHealthStateCount" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindHealthStateCountConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindHealthStateCountConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntityKindHealthStateCountConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EntityKindHealthStateCount)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EntryPointStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EntryPointStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntryPointStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EntryPointStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.EntryPointStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EnvironmentVariable" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EnvironmentVariable)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EnvironmentVariableType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EnvironmentVariableTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.EnvironmentVariableType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EpochConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Epoch" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EpochConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EpochConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EpochConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.Epoch)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.EventHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.EventHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EventHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EventHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.EventHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.EventHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutingFaultsChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ExecutingFaultsChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutingFaultsChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutingFaultsChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutingFaultsChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ExecutingFaultsChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ExecutionPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ExecutionPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ExecutionPolicyType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExecutionPolicyTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ExecutionPolicyType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ExternalStoreProvisionApplicationTypeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ExternalStoreProvisionApplicationTypeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExternalStoreProvisionApplicationTypeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExternalStoreProvisionApplicationTypeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ExternalStoreProvisionApplicationTypeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ExternalStoreProvisionApplicationTypeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricCodeVersionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricCodeVersionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricCodeVersionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricCodeVersionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricCodeVersionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricCodeVersionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricConfigVersionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricConfigVersionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricConfigVersionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricConfigVersionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricConfigVersionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricConfigVersionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorCodesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricErrorCodes" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorCodesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorCodesConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.FabricErrorCodes})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricError" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricError)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorErrorConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricErrorError" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorErrorConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorErrorConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricErrorErrorConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricErrorError)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricEventKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricEventKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.FabricEventKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricReplicaStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FabricReplicaStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricReplicaStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricReplicaStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.FabricReplicaStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FailedPropertyBatchInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FailedPropertyBatchInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailedPropertyBatchInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailedPropertyBatchInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailedPropertyBatchInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FailedPropertyBatchInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FailedUpgradeDomainProgressObjectConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FailedUpgradeDomainProgressObject" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailedUpgradeDomainProgressObjectConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailedUpgradeDomainProgressObjectConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailedUpgradeDomainProgressObjectConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FailedUpgradeDomainProgressObject)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FailureActionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FailureAction" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureActionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureActionConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.FailureAction})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FailureReasonConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FailureReason" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureReasonConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureReasonConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.FailureReason})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FailureUpgradeDomainProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FailureUpgradeDomainProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureUpgradeDomainProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureUpgradeDomainProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FailureUpgradeDomainProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FailureUpgradeDomainProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FileInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FileInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FileInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FileShareBackupStorageDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FileShareBackupStorageDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileShareBackupStorageDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileShareBackupStorageDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileShareBackupStorageDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FileShareBackupStorageDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FileVersionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FileVersion" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileVersionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileVersionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FileVersionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FileVersion)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FolderInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FolderInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FolderInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FolderInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FolderInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FolderInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FolderSizeInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FolderSizeInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FolderSizeInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FolderSizeInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FolderSizeInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FolderSizeInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FrequencyBasedBackupScheduleDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.FrequencyBasedBackupScheduleDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FrequencyBasedBackupScheduleDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FrequencyBasedBackupScheduleDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FrequencyBasedBackupScheduleDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FrequencyBasedBackupScheduleDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayDestinationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.GatewayDestination" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayDestinationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayDestinationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayDestinationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.GatewayDestination)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayPropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.GatewayProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayPropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayPropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayPropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.GatewayProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.GatewayResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GatewayResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.GatewayResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.GetBackupByStorageQueryDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.GetBackupByStorageQueryDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GetBackupByStorageQueryDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GetBackupByStorageQueryDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GetBackupByStorageQueryDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.GetBackupByStorageQueryDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.GetPropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.GetPropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GetPropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GetPropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GetPropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.GetPropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.GuidPropertyValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.GuidPropertyValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GuidPropertyValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GuidPropertyValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.GuidPropertyValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.GuidPropertyValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HeaderMatchTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HeaderMatchType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HeaderMatchTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HeaderMatchTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.HeaderMatchType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthEvaluationKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.HealthEvaluationKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationWrapperConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthEvaluationWrapper" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationWrapperConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationWrapperConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEvaluationWrapperConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HealthEvaluationWrapper)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HealthEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HealthInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.HealthState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateCountConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthStateCount" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateCountConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateCountConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStateCountConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HealthStateCount)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStatisticsConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HealthStatistics" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStatisticsConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStatisticsConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HealthStatisticsConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HealthStatistics)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HostIsolationModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HostIsolationMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HostIsolationModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HostIsolationModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.HostIsolationMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HostTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HostType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HostTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HostTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.HostType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HttpConfigConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HttpConfig" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpConfigConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpConfigConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpConfigConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HttpConfig)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HttpHostConfigConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HttpHostConfig" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpHostConfigConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpHostConfigConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpHostConfigConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HttpHostConfig)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteConfigConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HttpRouteConfig" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteConfigConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteConfigConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteConfigConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HttpRouteConfig)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchHeaderConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HttpRouteMatchHeader" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchHeaderConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchHeaderConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchHeaderConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HttpRouteMatchHeader)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchPathConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HttpRouteMatchPath" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchPathConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchPathConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchPathConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HttpRouteMatchPath)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchRuleConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.HttpRouteMatchRule" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchRuleConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchRuleConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.HttpRouteMatchRuleConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.HttpRouteMatchRule)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.IdentityDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.IdentityDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityItemDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.IdentityItemDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityItemDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityItemDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.IdentityItemDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.IdentityItemDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryCredentialConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ImageRegistryCredential" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryCredentialConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryCredentialConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryCredentialConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ImageRegistryCredential)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryPasswordTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ImageRegistryPasswordType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryPasswordTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageRegistryPasswordTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ImageRegistryPasswordType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreContentConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ImageStoreContent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreContentConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreContentConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreContentConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ImageStoreContent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreCopyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ImageStoreCopyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreCopyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreCopyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreCopyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ImageStoreCopyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ImageStoreInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImageStoreInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ImageStoreInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ImpactLevelConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ImpactLevel" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImpactLevelConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ImpactLevelConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ImpactLevel})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.InlinedValueSecretResourcePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.InlinedValueSecretResourceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InlinedValueSecretResourcePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InlinedValueSecretResourcePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InlinedValueSecretResourcePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.InlinedValueSecretResourceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.Int64PropertyValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Int64PropertyValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.Int64PropertyValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.Int64PropertyValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.Int64PropertyValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.Int64PropertyValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.Int64RangePartitionInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Int64RangePartitionInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.Int64RangePartitionInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.Int64RangePartitionInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.Int64RangePartitionInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.Int64RangePartitionInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeDataLossResultConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.InvokeDataLossResult" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeDataLossResultConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeDataLossResultConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeDataLossResultConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.InvokeDataLossResult)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeQuorumLossResultConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.InvokeQuorumLossResult" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeQuorumLossResultConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeQuorumLossResultConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.InvokeQuorumLossResultConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.InvokeQuorumLossResult)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.KeyValueStoreReplicaStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.KeyValueStoreReplicaStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.KeyValueStoreReplicaStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.KeyValueStoreReplicaStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.KeyValueStoreReplicaStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.KeyValueStoreReplicaStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.LoadMetricInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.LoadMetricInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.LoadMetricReport" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.LoadMetricReport)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.LoadMetricReportInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LoadMetricReportInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.LoadMetricReportInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.LocalNetworkResourcePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.LocalNetworkResourceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LocalNetworkResourcePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LocalNetworkResourcePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.LocalNetworkResourcePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.LocalNetworkResourceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ManagedApplicationIdentity" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ManagedApplicationIdentity)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ManagedApplicationIdentityDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ManagedApplicationIdentityDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ManagedApplicationIdentityDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.MonitoringPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.MonitoringPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.MonitoringPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.MonitoringPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.MonitoringPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.MonitoringPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.MoveCostConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.MoveCost" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.MoveCostConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.MoveCostConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.MoveCost})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NamedPartitionInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NamedPartitionInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionSchemeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NamedPartitionSchemeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionSchemeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionSchemeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NamedPartitionSchemeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NamedPartitionSchemeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NetworkKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NetworkKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkRefConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NetworkRef" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkRefConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkRefConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkRefConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NetworkRef)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NetworkResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NetworkResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesBaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NetworkResourcePropertiesBase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesBaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesBaseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesBaseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NetworkResourcePropertiesBase)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NetworkResourceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NetworkResourcePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NetworkResourceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAbortedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeAbortedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAbortedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAbortedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAbortedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeAbortedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAddedToClusterEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeAddedToClusterEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAddedToClusterEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAddedToClusterEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeAddedToClusterEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeAddedToClusterEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeClosedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeClosedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeClosedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeClosedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeClosedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeClosedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateCompletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivateCompletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateCompletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateCompletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateCompletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeDeactivateCompletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateStartedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivateStartedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateStartedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateStartedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivateStartedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeDeactivateStartedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeDeactivationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationIntentConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivationIntent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationIntentConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationIntentConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeDeactivationIntent})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivationStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeDeactivationStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivationTask" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeDeactivationTask)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskIdConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivationTaskId" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskIdConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskIdConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskIdConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeDeactivationTaskId)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDeactivationTaskType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDeactivationTaskTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeDeactivationTaskType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDownEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeDownEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDownEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDownEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeDownEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeDownEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeIdConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeId" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeIdConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeIdConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeIdConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeId)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeImpactConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeImpact" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeImpactConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeImpactConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeImpactConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeImpact)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeLoadInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeLoadInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadMetricInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeLoadMetricInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadMetricInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadMetricInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeLoadMetricInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeLoadMetricInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenFailedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeOpenFailedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenFailedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenFailedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenFailedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeOpenFailedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenSucceededEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeOpenSucceededEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenSucceededEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenSucceededEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeOpenSucceededEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeOpenSucceededEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRemovedFromClusterEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeRemovedFromClusterEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRemovedFromClusterEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRemovedFromClusterEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRemovedFromClusterEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeRemovedFromClusterEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairImpactDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeRepairImpactDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairImpactDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairImpactDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairImpactDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeRepairImpactDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairTargetDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeRepairTargetDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairTargetDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairTargetDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeRepairTargetDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeRepairTargetDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeResultConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeResult" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeResultConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeResultConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeResultConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeResult)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodesHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodesHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodesHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodesHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodesHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodesHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeStatusFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeStatusFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeStatusFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeStatusFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeStatusFilter})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionProgressConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeTransitionProgress" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionProgressConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionProgressConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionProgressConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeTransitionProgress)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionResultConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeTransitionResult" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionResultConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionResultConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionResultConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeTransitionResult)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeTransitionType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeTransitionTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeTransitionType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeUpEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeUpEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradePhaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeUpgradePhase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradePhaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradePhaseConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.NodeUpgradePhase})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradeProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.NodeUpgradeProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradeProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradeProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeUpgradeProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeUpgradeProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.OperatingSystemTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.OperatingSystemType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperatingSystemTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperatingSystemTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.OperatingSystemType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.OperationState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.OperationState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.OperationStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.OperationStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.OperationTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.OperationType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.OperationTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.OperationType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PackageSharingPolicyInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PackageSharingPolicyInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyScopeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PackageSharingPolicyScope" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyScopeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PackageSharingPolicyScopeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.PackageSharingPolicyScope})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAccessStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionAccessStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAccessStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAccessStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.PartitionAccessStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAnalysisEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionAnalysisEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAnalysisEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAnalysisEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionAnalysisEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionAnalysisEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupConfigurationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionBackupConfigurationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupConfigurationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupConfigurationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupConfigurationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionBackupConfigurationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupEntityConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionBackupEntity" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupEntityConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupEntityConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionBackupEntityConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionBackupEntity)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionDataLossProgressConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionDataLossProgress" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionDataLossProgressConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionDataLossProgressConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionDataLossProgressConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionDataLossProgress)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInstanceCountScaleMechanismConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionInstanceCountScaleMechanism" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInstanceCountScaleMechanismConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInstanceCountScaleMechanismConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionInstanceCountScaleMechanismConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionInstanceCountScaleMechanism)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionLoadInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionLoadInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionLoadInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionLoadInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionLoadInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionLoadInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionPrimaryMoveAnalysisEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionPrimaryMoveAnalysisEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionPrimaryMoveAnalysisEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionPrimaryMoveAnalysisEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionPrimaryMoveAnalysisEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionPrimaryMoveAnalysisEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionQuorumLossProgressConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionQuorumLossProgress" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionQuorumLossProgressConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionQuorumLossProgressConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionQuorumLossProgressConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionQuorumLossProgress)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionReconfiguredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionReconfiguredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionReconfiguredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionReconfiguredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionReconfiguredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionReconfiguredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionRestartProgressConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionRestartProgress" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionRestartProgressConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionRestartProgressConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionRestartProgressConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionRestartProgress)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionScheme" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.PartitionScheme})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionSchemeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionSchemeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionSchemeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionsHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PartitionsHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionsHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionsHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionsHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionsHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PrimaryReplicatorStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PrimaryReplicatorStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PrimaryReplicatorStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PrimaryReplicatorStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PrimaryReplicatorStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PrimaryReplicatorStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Probe" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.Probe)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeExecConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProbeExec" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeExecConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeExecConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeExecConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProbeExec)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProbeHttpGet" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProbeHttpGet)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetHeadersConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProbeHttpGetHeaders" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetHeadersConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetHeadersConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeHttpGetHeadersConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProbeHttpGetHeaders)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeTcpSocketConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProbeTcpSocket" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeTcpSocketConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeTcpSocketConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProbeTcpSocketConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProbeTcpSocket)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchDescriptionListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyBatchDescriptionList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchDescriptionListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchDescriptionListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchDescriptionListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyBatchDescriptionList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyBatchInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyBatchInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyBatchInfoKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchInfoKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.PropertyBatchInfoKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyBatchOperationKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyBatchOperationKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.PropertyBatchOperationKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyMetadataConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyMetadata" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyMetadataConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyMetadataConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyMetadataConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyMetadata)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PropertyValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PropertyValueKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PropertyValueKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.PropertyValueKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionBaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProvisionApplicationTypeDescriptionBase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionBaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionBaseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionBaseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProvisionApplicationTypeDescriptionBase)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProvisionApplicationTypeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProvisionApplicationTypeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProvisionApplicationTypeKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionApplicationTypeKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ProvisionApplicationTypeKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionFabricDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ProvisionFabricDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionFabricDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionFabricDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ProvisionFabricDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ProvisionFabricDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PutPropertyBatchOperationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.PutPropertyBatchOperation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PutPropertyBatchOperationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PutPropertyBatchOperationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PutPropertyBatchOperationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PutPropertyBatchOperation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.QuorumLossModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.QuorumLossMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.QuorumLossModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.QuorumLossModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.QuorumLossMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReconfigurationInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReconfigurationInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationPhaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReconfigurationPhase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationPhaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationPhaseConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReconfigurationPhase})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReconfigurationType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReconfigurationTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReconfigurationType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RegistryCredentialConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RegistryCredential" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RegistryCredentialConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RegistryCredentialConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RegistryCredentialConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RegistryCredential)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReliableCollectionsRefConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReliableCollectionsRef" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReliableCollectionsRefConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReliableCollectionsRefConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReliableCollectionsRefConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReliableCollectionsRef)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementDetailConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RemoteReplicatorAcknowledgementDetail" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementDetailConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementDetailConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementDetailConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RemoteReplicatorAcknowledgementDetail)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RemoteReplicatorAcknowledgementStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorAcknowledgementStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RemoteReplicatorAcknowledgementStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RemoteReplicatorStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RemoteReplicatorStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RemoteReplicatorStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactDescriptionBaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairImpactDescriptionBase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactDescriptionBaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactDescriptionBaseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactDescriptionBaseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairImpactDescriptionBase)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairImpactKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairImpactKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RepairImpactKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetDescriptionBaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTargetDescriptionBase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetDescriptionBaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetDescriptionBaseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetDescriptionBaseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTargetDescriptionBase)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTargetKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTargetKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RepairTargetKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskApproveDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskApproveDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskApproveDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskApproveDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskApproveDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTaskApproveDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskCancelDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskCancelDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskCancelDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskCancelDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskCancelDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTaskCancelDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTask" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTask)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskDeleteDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskDeleteDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskDeleteDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskDeleteDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskDeleteDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTaskDeleteDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHealthCheckStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskHealthCheckState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHealthCheckStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHealthCheckStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RepairTaskHealthCheckState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHistoryConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskHistory" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHistoryConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHistoryConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskHistoryConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTaskHistory)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateHealthPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskUpdateHealthPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateHealthPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateHealthPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateHealthPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTaskUpdateHealthPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RepairTaskUpdateInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RepairTaskUpdateInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RepairTaskUpdateInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthReportServiceKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealthReportServiceKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthReportServiceKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthReportServiceKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReplicaHealthReportServiceKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReplicaKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaRoleConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaRole" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaRoleConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaRoleConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReplicaRole})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicasHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicasHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicasHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicasHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicasHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicasHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusBaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaStatusBase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusBaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusBaseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusBaseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaStatusBase)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicaStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReplicaStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorOperationNameConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicatorOperationName" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorOperationNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorOperationNameConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ReplicatorOperationName})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorQueueStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicatorQueueStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorQueueStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorQueueStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorQueueStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicatorQueueStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ReplicatorStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicatorStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicatorStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServiceEndpointConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResolvedServiceEndpoint" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServiceEndpointConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServiceEndpointConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServiceEndpointConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResolvedServiceEndpoint)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServicePartitionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResolvedServicePartition" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServicePartitionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServicePartitionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResolvedServicePartitionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResolvedServicePartition)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceLimitsConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResourceLimits" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceLimitsConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceLimitsConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceLimitsConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResourceLimits)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequestsConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResourceRequests" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequestsConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequestsConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequestsConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResourceRequests)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequirementsConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResourceRequirements" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequirementsConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequirementsConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceRequirementsConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResourceRequirements)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResourceStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResourceStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ResourceStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestartDeployedCodePackageDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestartDeployedCodePackageDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartDeployedCodePackageDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartDeployedCodePackageDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartDeployedCodePackageDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RestartDeployedCodePackageDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestartNodeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestartNodeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartNodeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartNodeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartNodeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RestartNodeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestartPartitionMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RestartPartitionMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionResultConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestartPartitionResult" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionResultConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionResultConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPartitionResultConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RestartPartitionResult)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestartPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestartPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RestartPolicy})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestorePartitionDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestorePartitionDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestorePartitionDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestorePartitionDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestorePartitionDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RestorePartitionDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreProgressInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestoreProgressInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreProgressInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreProgressInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreProgressInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RestoreProgressInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RestoreState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RestoreStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RestoreState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResultStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResultStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResultStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResultStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ResultStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeApplicationUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResumeApplicationUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeApplicationUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeApplicationUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeApplicationUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResumeApplicationUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeClusterUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ResumeClusterUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeClusterUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeClusterUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ResumeClusterUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ResumeClusterUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RetentionPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RetentionPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RetentionPolicyType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RetentionPolicyTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RetentionPolicyType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RollingUpgradeMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.RollingUpgradeMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeUpdateDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RollingUpgradeUpdateDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeUpdateDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeUpdateDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RollingUpgradeUpdateDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RollingUpgradeUpdateDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.RunToCompletionExecutionPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.RunToCompletionExecutionPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RunToCompletionExecutionPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RunToCompletionExecutionPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.RunToCompletionExecutionPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.RunToCompletionExecutionPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SafetyCheckKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.SafetyCheckKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckWrapperConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SafetyCheckWrapper" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckWrapperConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckWrapperConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SafetyCheckWrapperConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SafetyCheckWrapper)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ScalingMechanismDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ScalingMechanismDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ScalingMechanismKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingMechanismKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ScalingMechanismKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ScalingPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ScalingPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ScalingTriggerDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ScalingTriggerDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ScalingTriggerKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ScalingTriggerKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ScalingTriggerKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SchemeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Scheme" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SchemeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SchemeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.Scheme})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryActiveReplicatorStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecondaryActiveReplicatorStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryActiveReplicatorStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryActiveReplicatorStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryActiveReplicatorStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecondaryActiveReplicatorStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryIdleReplicatorStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecondaryIdleReplicatorStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryIdleReplicatorStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryIdleReplicatorStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryIdleReplicatorStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecondaryIdleReplicatorStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryReplicatorStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecondaryReplicatorStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryReplicatorStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryReplicatorStatusConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecondaryReplicatorStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecondaryReplicatorStatus)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.SecretKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesBaseConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretResourcePropertiesBase" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesBaseConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesBaseConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesBaseConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretResourcePropertiesBase)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretResourceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretResourcePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretResourceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValuePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretValueProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValuePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValuePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValuePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretValueProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretValueResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretValueResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourcePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SecretValueResourceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourcePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourcePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SecretValueResourcePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SecretValueResourceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SeedNodeSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SeedNodeSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SeedNodeSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SeedNodeSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SeedNodeSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SeedNodeSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SelectedPartitionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SelectedPartition" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SelectedPartitionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SelectedPartitionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SelectedPartitionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SelectedPartition)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupConfigurationInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceBackupConfigurationInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupConfigurationInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupConfigurationInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupConfigurationInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceBackupConfigurationInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupEntityConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceBackupEntity" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupEntityConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupEntityConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceBackupEntityConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceBackupEntity)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceCorrelationDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceCorrelationDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationSchemeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceCorrelationScheme" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationSchemeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCorrelationSchemeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceCorrelationScheme})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCreatedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceCreatedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCreatedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCreatedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceCreatedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceCreatedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDeletedEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceDeletedEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDeletedEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDeletedEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDeletedEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceDeletedEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEndpointRoleConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceEndpointRole" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEndpointRoleConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEndpointRoleConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceEndpointRole})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceFromTemplateDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceFromTemplateDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceFromTemplateDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceFromTemplateDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceFromTemplateDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceFromTemplateDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealthStateChunk" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealthStateChunk)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkListConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealthStateChunkList" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkListConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkListConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateChunkListConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealthStateChunkList)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateFilterConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceHealthStateFilter" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateFilterConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateFilterConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceHealthStateFilterConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceHealthStateFilter)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceIdentityConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceIdentity" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceIdentityConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceIdentityConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceIdentityConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceIdentity)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceLoadMetricDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceLoadMetricDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricWeightConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceLoadMetricWeight" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricWeightConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceLoadMetricWeightConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceLoadMetricWeight})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceNameInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceNameInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceOperationNameConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceOperationName" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceOperationNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceOperationNameConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceOperationName})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePackageActivationModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePackageActivationMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePackageActivationModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePackageActivationModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServicePackageActivationMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePartitionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePartitionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePartitionKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServicePartitionKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePartitionStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePartitionStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServicePartitionStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementInvalidDomainPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementInvalidDomainPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementInvalidDomainPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementInvalidDomainPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementInvalidDomainPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePlacementInvalidDomainPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementNonPartiallyPlaceServicePolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementNonPartiallyPlaceServicePolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementNonPartiallyPlaceServicePolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementNonPartiallyPlaceServicePolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementNonPartiallyPlaceServicePolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePlacementNonPartiallyPlaceServicePolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePlacementPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementPolicyType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPolicyTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServicePlacementPolicyType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPreferPrimaryDomainPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementPreferPrimaryDomainPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPreferPrimaryDomainPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPreferPrimaryDomainPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementPreferPrimaryDomainPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePlacementPreferPrimaryDomainPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequiredDomainPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementRequiredDomainPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequiredDomainPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequiredDomainPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequiredDomainPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePlacementRequiredDomainPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequireDomainDistributionPolicyDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicePlacementRequireDomainDistributionPolicyDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequireDomainDistributionPolicyDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequireDomainDistributionPolicyDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePlacementRequireDomainDistributionPolicyDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicePlacementRequireDomainDistributionPolicyDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceReplicaDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceReplicaDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaPropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceReplicaProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaPropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaPropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceReplicaPropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceReplicaProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourcePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceResourceProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourcePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourcePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceResourcePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceResourceProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServicesHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServicesHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicesHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicesHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServicesHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServicesHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceTypeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeExtensionDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeExtensionDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeExtensionDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeExtensionDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeExtensionDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceTypeExtensionDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeHealthPolicy" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceTypeHealthPolicy)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyMapItemConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeHealthPolicyMapItem" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyMapItemConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyMapItemConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeHealthPolicyMapItemConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceTypeHealthPolicyMapItem)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceTypeInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeManifestConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeManifest" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeManifestConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeManifestConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeManifestConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceTypeManifest)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeRegistrationStatusConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceTypeRegistrationStatus" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeRegistrationStatusConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceTypeRegistrationStatusConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.ServiceTypeRegistrationStatus})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpdateDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceUpdateDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpdateDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpdateDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpdateDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceUpdateDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpgradeProgressConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ServiceUpgradeProgress" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpgradeProgressConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpgradeProgressConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceUpgradeProgressConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceUpgradeProgress)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SettingConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.Setting" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SettingConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SettingConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SettingConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.Setting)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SettingTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SettingType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SettingTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SettingTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.SettingType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SingletonPartitionInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SingletonPartitionInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionSchemeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SingletonPartitionSchemeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionSchemeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionSchemeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SingletonPartitionSchemeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SingletonPartitionSchemeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SizeTypesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SizeTypes" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SizeTypesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SizeTypesConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.SizeTypes})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StartClusterUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StartClusterUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StartClusterUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StartClusterUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StartClusterUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StartClusterUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StartedChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StartedChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StartedChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StartedChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StartedChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StartedChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.State" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.State})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulReplicaHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulReplicaHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulReplicaNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulReplicaNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulReplicaNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServicePartitionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServicePartitionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServicePartitionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServicePartitionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServicePartitionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServicePartitionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceReplicaHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceReplicaHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceReplicaHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceReplicaHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceReplicaInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceReplicaInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceReplicaInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceTypeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceTypeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceTypeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceTypeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceTypeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceTypeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceUpdateDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatefulServiceUpdateDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceUpdateDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceUpdateDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatefulServiceUpdateDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatefulServiceUpdateDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaHealthReportExpiredEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessReplicaHealthReportExpiredEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaHealthReportExpiredEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaHealthReportExpiredEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaHealthReportExpiredEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessReplicaHealthReportExpiredEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaNewHealthReportEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessReplicaNewHealthReportEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaNewHealthReportEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaNewHealthReportEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessReplicaNewHealthReportEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessReplicaNewHealthReportEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceInstanceHealth" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceInstanceHealth)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceInstanceHealthState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceHealthStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceInstanceHealthState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceInstanceInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceInstanceInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceInstanceInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServicePartitionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServicePartitionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServicePartitionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServicePartitionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServicePartitionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServicePartitionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceTypeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceTypeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceTypeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceTypeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceTypeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceTypeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceUpdateDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StatelessServiceUpdateDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceUpdateDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceUpdateDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StatelessServiceUpdateDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StatelessServiceUpdateDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StoppedChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StoppedChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StoppedChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StoppedChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StoppedChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StoppedChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.StringPropertyValueConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.StringPropertyValue" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StringPropertyValueConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StringPropertyValueConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.StringPropertyValueConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.StringPropertyValue)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SuccessfulPropertyBatchInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SuccessfulPropertyBatchInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SuccessfulPropertyBatchInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SuccessfulPropertyBatchInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SuccessfulPropertyBatchInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SuccessfulPropertyBatchInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.SystemApplicationHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.SystemApplicationHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SystemApplicationHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SystemApplicationHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.SystemApplicationHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.SystemApplicationHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.TcpConfigConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.TcpConfig" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TcpConfigConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TcpConfigConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TcpConfigConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.TcpConfig)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.TestErrorChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.TestErrorChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TestErrorChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TestErrorChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TestErrorChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.TestErrorChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.TimeBasedBackupScheduleDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.TimeBasedBackupScheduleDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeBasedBackupScheduleDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeBasedBackupScheduleDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeBasedBackupScheduleDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.TimeBasedBackupScheduleDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.TimeOfDayConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.TimeOfDay" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeOfDayConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeOfDayConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeOfDayConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.TimeOfDay)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.TimeRangeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.TimeRange" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeRangeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeRangeConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TimeRangeConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.TimeRange)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UniformInt64RangePartitionSchemeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UniformInt64RangePartitionSchemeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UniformInt64RangePartitionSchemeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UniformInt64RangePartitionSchemeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UniformInt64RangePartitionSchemeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UniformInt64RangePartitionSchemeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UnplacedReplicaInformationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UnplacedReplicaInformation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnplacedReplicaInformationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnplacedReplicaInformationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnplacedReplicaInformationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UnplacedReplicaInformation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionApplicationTypeDescriptionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UnprovisionApplicationTypeDescriptionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionApplicationTypeDescriptionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionApplicationTypeDescriptionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionApplicationTypeDescriptionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UnprovisionApplicationTypeDescriptionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionFabricDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UnprovisionFabricDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionFabricDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionFabricDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UnprovisionFabricDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UnprovisionFabricDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpdateClusterUpgradeDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpdateClusterUpgradeDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpdateClusterUpgradeDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpdateClusterUpgradeDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpdateClusterUpgradeDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UpdateClusterUpgradeDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainDeltaNodesCheckHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeDomainDeltaNodesCheckHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainDeltaNodesCheckHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainDeltaNodesCheckHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainDeltaNodesCheckHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UpgradeDomainDeltaNodesCheckHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeDomainInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UpgradeDomainInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainNodesHealthEvaluationConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeDomainNodesHealthEvaluation" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainNodesHealthEvaluationConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainNodesHealthEvaluationConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainNodesHealthEvaluationConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UpgradeDomainNodesHealthEvaluation)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeDomainState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeDomainStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.UpgradeDomainState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeKindConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeKind" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeKindConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeKindConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.UpgradeKind})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeModeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeMode" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeModeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeModeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.UpgradeMode})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeOrchestrationServiceState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UpgradeOrchestrationServiceState)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateSummaryConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeOrchestrationServiceStateSummary" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateSummaryConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateSummaryConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeOrchestrationServiceStateSummaryConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UpgradeOrchestrationServiceStateSummary)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeSortOrderConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeSortOrder" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeSortOrderConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeSortOrderConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.UpgradeSortOrder})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeStateConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeState" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeStateConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeStateConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.UpgradeState})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeTypeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UpgradeType" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeTypeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UpgradeTypeConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.UpgradeType})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UploadChunkRangeConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UploadChunkRange" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadChunkRangeConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadChunkRangeConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadChunkRangeConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UploadChunkRange)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UploadSession" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UploadSession)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UploadSessionInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UploadSessionInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UploadSessionInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.UsageInfoConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.UsageInfo" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UsageInfoConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UsageInfoConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.UsageInfoConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.UsageInfo)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ValidationFailedChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.ValidationFailedChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ValidationFailedChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ValidationFailedChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ValidationFailedChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ValidationFailedChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.VolumePropertiesConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.VolumeProperties" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumePropertiesConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumePropertiesConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumePropertiesConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.VolumeProperties)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.VolumeProvider" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{Microsoft.ServiceFabric.Common.VolumeProvider})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderParametersAzureFileConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.VolumeProviderParametersAzureFile" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderParametersAzureFileConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderParametersAzureFileConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeProviderParametersAzureFileConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.VolumeProviderParametersAzureFile)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeReferenceConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.VolumeReference" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeReferenceConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeReferenceConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeReferenceConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.VolumeReference)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeResourceDescriptionConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.VolumeResourceDescription" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeResourceDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeResourceDescriptionConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.VolumeResourceDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.VolumeResourceDescription)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForInbuildReplicaSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.WaitForInbuildReplicaSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForInbuildReplicaSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForInbuildReplicaSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForInbuildReplicaSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.WaitForInbuildReplicaSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimaryPlacementSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.WaitForPrimaryPlacementSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimaryPlacementSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimaryPlacementSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimaryPlacementSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.WaitForPrimaryPlacementSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimarySwapSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.WaitForPrimarySwapSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimarySwapSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimarySwapSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForPrimarySwapSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.WaitForPrimarySwapSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForReconfigurationSafetyCheckConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.WaitForReconfigurationSafetyCheck" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForReconfigurationSafetyCheckConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForReconfigurationSafetyCheckConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitForReconfigurationSafetyCheckConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.WaitForReconfigurationSafetyCheck)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.WaitingChaosEventConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.WaitingChaosEvent" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitingChaosEventConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitingChaosEventConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.WaitingChaosEventConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.WaitingChaosEvent)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameConverter">
            <summary>
            Converter for ApplicationName.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationNameConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ApplicationName)">
            <summary>
            Returns the JSON representation of the object.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationParametersConverter">
            <summary>
            Converter for ApplicationParameters
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationParametersConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object. ApplicationParameters are represented as array of key, value pair.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationParametersConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="applicationParameters">Application parameters to serialize to JSON.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ApplicationParametersConverter.DeserializeFunc(Newtonsoft.Json.JsonReader)">
            <summary>
            Function to deserialize ApplicationParameter from json.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ByteArrayConverter">
            <summary>
            Converter for ByteArray
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ByteArrayConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ByteArrayConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Byte[])">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="bytes">ByteArray to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ContinuationTokenConverter">
            <summary>
            Converter for ContinuationToken.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContinuationTokenConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ContinuationTokenConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ContinuationToken)">
            <summary>
            Returns the JSON representation of the object.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.DayOfWeekConverter">
            <summary>
            Converter for DayOfWeek.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DayOfWeekConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the enum value by reading string value from reader.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The enum Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.DayOfWeekConverter.Serialize(Newtonsoft.Json.JsonWriter,System.Nullable{System.DayOfWeek})">
            <summary>
            Serializes the enum value.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.FabricNameConverter">
            <summary>
            Converter for ApplicationName.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Reads the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.FabricNameConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricName)">
            <summary>
            Returns the JSON representation of the object.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ListTConverter`1">
            <summary>
            Converter for PagedData.
            </summary>
            <typeparam name="T">Type of items contained in list.</typeparam>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ListTConverter`1.Serialize(Newtonsoft.Json.JsonWriter,System.Collections.Generic.IEnumerable{`0},System.Action{Newtonsoft.Json.JsonWriter,`0})">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="sequence">The object to serialize to JSON.</param>
            <param name="serializeFunc">Delegte to serialize T.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NameDescriptionConverter">
            <summary>
            Converts FabricName to NameDescription(as specified in swagger).
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NameDescriptionConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of NameDescription and returns it as FabricName.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NameDescriptionConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.FabricName)">
            <summary>
            Serializes the FabricName object to JSON representing NameDescription as defined in Swagger.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNameConverter">
            <summary>
            Converter for NodeName.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.NodeNameConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.NodeName)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PagedDataConverter`1">
            <summary>
            Converter for PagedData.
            </summary>
            <typeparam name="T">Type of items contained in list.</typeparam>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PagedDataConverter`1.Deserialize(Newtonsoft.Json.JsonReader,System.Func{Newtonsoft.Json.JsonReader,`0})">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <param name="deserializeFunc">Deserializer Func for T.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PagedDataConverter`1.GetFromJsonProperties(Newtonsoft.Json.JsonReader,System.Func{Newtonsoft.Json.JsonReader,`0})">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <param name="deserializeFunc">Deserializer Func for T.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionIdConverter">
            <summary>
            Converter for PartitionId.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionIdConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.PartitionIdConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.PartitionId)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaIdConverter">
            <summary>
            Converter for ReplicaId.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaIdConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ReplicaIdConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ReplicaId)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameConverter">
            <summary>
            Converter for ApplicationName.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.ServiceNameConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.ServiceName)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="value">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Serialization.TokenServiceMetadataConverter">
            <summary>
            Converter for <see cref="T:Microsoft.ServiceFabric.Common.TokenServiceMetadata" />.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TokenServiceMetadataConverter.Deserialize(Newtonsoft.Json.JsonReader)">
            <summary>
            Deserializes the JSON representation of the object.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TokenServiceMetadataConverter.GetFromJsonProperties(Newtonsoft.Json.JsonReader)">
            <summary>
            Gets the object from Json properties.
            </summary>
            <param name="reader">The <see cref="T: Newtonsoft.Json.JsonReader" /> to read from, reader must be placed at first property.</param>
            <returns>The object Value.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.Serialization.TokenServiceMetadataConverter.Serialize(Newtonsoft.Json.JsonWriter,Microsoft.ServiceFabric.Common.TokenServiceMetadata)">
            <summary>
            Serializes the object to JSON.
            </summary>
            <param name="writer">The <see cref="T: Newtonsoft.Json.JsonWriter" /> to write to.</param>
            <param name="obj">The object to serialize to JSON.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceClient">
            <summary>
            Class containing methods for performing ServiceClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ServiceClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetServiceInfoListAsync(System.String,System.String,Microsoft.ServiceFabric.Common.ContinuationToken,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetServiceInfoAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetApplicationNameInfoAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.CreateServiceAsync(System.String,Microsoft.ServiceFabric.Common.ServiceDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.CreateServiceFromTemplateAsync(System.String,Microsoft.ServiceFabric.Common.ServiceFromTemplateDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.DeleteServiceAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.UpdateServiceAsync(System.String,Microsoft.ServiceFabric.Common.ServiceUpdateDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetServiceDescriptionAsync(System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetServiceHealthAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetServiceHealthUsingPolicyAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.ServiceFabric.Common.ApplicationHealthPolicy,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.ReportServiceHealthAsync(System.String,Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.ResolveServiceAsync(System.String,System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceClient.GetUnplacedReplicaInformationAsync(System.String,Microsoft.ServiceFabric.Common.PartitionId,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServicePackageClient">
            <summary>
            Class containing methods for performing ServicePackageClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ServicePackageClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.GetDeployedServicePackageInfoListAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.GetDeployedServicePackageInfoListByNameAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.GetDeployedServicePackageHealthAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.GetDeployedServicePackageHealthUsingPolicyAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.Nullable{System.Int32},Microsoft.ServiceFabric.Common.ApplicationHealthPolicy,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.ReportDeployedServicePackageHealthAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,Microsoft.ServiceFabric.Common.HealthInformation,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServicePackageClient.DeployServicePackageToNodeAsync(Microsoft.ServiceFabric.Common.NodeName,Microsoft.ServiceFabric.Common.DeployServicePackageToNodeDescription,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient">
            <summary>
            Class containing methods for performing ServiceTypeClient operations.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient.#ctor(Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient)">
            <summary>
            Initializes a new instance of the ServiceTypeClient class.
            </summary>
            <param name="httpClient">ServiceFabricHttpClient instance.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient.GetServiceTypeInfoListAsync(System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient.GetServiceTypeInfoByNameAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient.GetServiceManifestAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient.GetDeployedServiceTypeInfoListAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceTypeClient.GetDeployedServiceTypeInfoByNameAsync(Microsoft.ServiceFabric.Common.NodeName,System.String,System.String,System.String,System.Nullable{System.Int64},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.HttpClientHandlerWrapper">
            <summary>
            Wrapper class to configure and refresh security settings for HttpClientHandler
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.HttpClientHandlerWrapper.#ctor(System.Net.Http.HttpClientHandler)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.ServiceFabric.Client.Http.HttpClientHandlerWrapper"/> class.
            </summary>
            <param name="httpClientHandler">HttpClientHandler instance to configure security settings for.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.HttpClientHandlerWrapper.ConfigureSecuritySettings(Microsoft.ServiceFabric.Common.Security.SecuritySettings)">
            <summary>
            Configures security for <see cref="T:System.Net.Http.HttpClientHandler"/> to connect to secured cluster.
            </summary>
            <param name="settings">Credential for connecting to cluster.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.HttpClientHandlerWrapper.RefreshSecuritySettings(Microsoft.ServiceFabric.Common.Security.SecuritySettings)">
            <summary>
            Refreshes security for <see cref="T:System.Net.Http.HttpClientHandler"/> to connect to secured cluster.
            This method is invoked to refresh security settings when client request fails because of Authentication errors.
            </summary>
            <param name="settings">Credential for connecting to cluster.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.IBearerTokenHandler">
            <summary>
            Interface for Claims Handler for ServiceFabricHttpClient.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.IBearerTokenHandler.InitializeTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <summary>
            Initializes Bearer Token to be used by ServiceFabricHttpClient.
            </summary>
            <param name="securitySettings">Claims Security Settings.</param>
            <param name="cancellationToken">Cancellation Token to cancel the operation..</param>
            <returns>Task for the current operation.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.IBearerTokenHandler.RefreshTokenAsync(Microsoft.ServiceFabric.Common.Security.SecuritySettings,System.Threading.CancellationToken)">
            <summary>
            Refreshes Bearer Token to be used by ServiceFabricHttpClient.
            </summary>
            <param name="securitySettings">Claims Security Settings.</param>
            <param name="cancellationToken">Cancellation Token to cancel the operation..</param>
            /// <returns>Task for the current operation.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.IBearerTokenHandler.AddTokenToRequest(System.Net.Http.HttpRequestMessage)">
            <summary>
            Add Bearer token to HttpRequestMessage .
            </summary>
            <param name="request">Http Request to ad claims to.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.RandomizedList`1">
            <summary>
            A list wrapper that can randomly return elements or round-robin through a list
            </summary>
            <typeparam name="T">The object type contained in the list</typeparam>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RandomizedList`1.#ctor(System.Collections.Generic.IReadOnlyList{`0},System.Random)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.ServiceFabric.Client.Http.RandomizedList`1"/> class.
            </summary>
            <param name="elements">The elements that should be copied into the list</param>
            <param name="random">
            The random number generator to get the next index to return. If null, the random order is just sequential.
            </param>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.RandomizedList`1.Count">
            <summary>
            Gets the number of elements in the list
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.RandomizedList`1.GetElement">
            <summary>
            Gets a random element of the list and sets the next to get in a thread-safe manner.
            </summary>
            <returns>An element from the list</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.Resources.SR">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorAADTokenHandlerIncorrectSecuritySettings">
            <summary>
              Looks up a localized string similar to AADTokenHandler cannot be created for SecuritySettings of type {0}.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorCannotCallRefreshSecuritySettingsBeforeConfiguring">
            <summary>
              Looks up a localized string similar to Cannot refresh security settings before configuring security..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorCannotChangeSecurityType">
            <summary>
              Looks up a localized string similar to Cannot change security type when refreshing security settings..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorCannotConfigureSecurityAgain">
            <summary>
              Looks up a localized string similar to Cannot configure security again, use RefreshSecuritySettings if intended to refresh settings..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorCanNotDeserializeResponseFromServer">
            <summary>
              Looks up a localized string similar to Failed to deserialize json response from server..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorClaimsTokenHandlerIncorrectSecuritySettings">
            <summary>
              Looks up a localized string similar to ClaimsTokenHandler cannot be created for SecuritySettings of type {0}.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorClientCredentialsInvalid">
            <summary>
              Looks up a localized string similar to Authorization error, invalid client credentials..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorCollectionCannotBeEmpty">
            <summary>
              Looks up a localized string similar to The provided collection cannot be empty..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorConnectionAlreadyOpened">
            <summary>
              Looks up a localized string similar to The connection has already been opened..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorConnectionClosed">
            <summary>
              Looks up a localized string similar to The connection has been closed or has not been opened..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorExpectedObjectOfTypeFormatString">
            <summary>
              Looks up a localized string similar to Expected an object of type &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorGenericParameterNotAnEnumFormatString">
            <summary>
              Looks up a localized string similar to The generic parameter &apos;{0}&apos; is not an enum type..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorHttpOperationUnsuccessfulFormatString">
            <summary>
              Looks up a localized string similar to The method &apos;{0}&apos; was unsuccessful: \n{1} - {2}\n{3}.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorHttpRequestException">
            <summary>
              Looks up a localized string similar to Error making Http request..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorIncorrectCredentialTypeForValidateCertificate">
            <summary>
              Looks up a localized string similar to Certificate Validation callback is valid when server url is https..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorInvalidClientCredentialsRetryMessage">
            <summary>
              Looks up a localized string similar to Invalid client client credentials, call will be retried with rereshed security settings..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorInvalidJsonInResponse">
            <summary>
              Looks up a localized string similar to Json returned from server is invalid .
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorInvalidResourceUri">
            <summary>
              Looks up a localized string similar to Invalid resource uri {0}.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorMessageHTTP404">
            <summary>
              Looks up a localized string similar to The requested resource/content/path does not exist on the server..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorNullDelegateHandler">
            <summary>
              Looks up a localized string similar to Handlers specified in delegate handlers list cannot be null..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorNullResponse">
            <summary>
              Looks up a localized string similar to Null response received from server for the request..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorPartitionKeyNotFoundFormatString">
            <summary>
              Looks up a localized string similar to Unable to find the provided partition key &apos;{0}&apos; for service &apos;{1}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorRemoteCertValidationFailureRetryMessage">
            <summary>
              Looks up a localized string similar to Invalid client client certificate, call will be retried with rereshed security settings..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorRemoteServerCertValidation">
            <summary>
              Looks up a localized string similar to The remote certificate is invalid according to the validation procedure..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorTimeoutOutOfRange">
            <summary>
              Looks up a localized string similar to The server timeout must be greater than zero..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorUnableToBeginRequest">
            <summary>
              Looks up a localized string similar to Unable to use the HTTP connection..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorUnableToFindEndpointForChosenRole">
            <summary>
              Looks up a localized string similar to Unable to find endpoints for {0}. Please make the call to resolve service partition again..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorUnableToFindKindPropertyFormatString">
            <summary>
              Looks up a localized string similar to Unable to find the &apos;{0}&apos; property on object &quot;{1}&quot;..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorUnableToLookupKindFormatString">
            <summary>
              Looks up a localized string similar to Unable to determine what kind of object is being deserialized. Kind value &apos;{0}&apos; not found..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorUnableToLookUpListenerFormatString">
            <summary>
              Looks up a localized string similar to Unable to look up listener named &apos;{0}&apos;.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ErrorUrlScheme">
            <summary>
              Looks up a localized string similar to Cluster http management endpoint url scheme doesn&apos;t match with SecuritySettings type. Url scheme is {0}, expected as per security settings is {1}..
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.Resources.SR.ServerErrorNoMeaningFulResponse">
            <summary>
              Looks up a localized string similar to Server returned error while processing the request, but did not provide a meaningful error response. Response Error Code {0}.
            </summary>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServerCertificateValidatorHttpWrapper">
            <summary>
            Class to verify the remote Secure Sockets Layer (SSL) certificate used for authentication.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServerCertificateValidatorHttpWrapper.#ctor(Microsoft.ServiceFabric.Common.Security.RemoteX509SecuritySettings)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.ServiceFabric.Client.Http.ServerCertificateValidatorHttpWrapper"/> class to perform remote certificate validation using <paramref name="remoteX509SecuritySettings"/>
            </summary>
            <param name="remoteX509SecuritySettings">Settings to validate remote certificate.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServerCertificateValidatorHttpWrapper.ValidateServerCertificate(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)">
            <summary>
            Callback to Verify the remote Secure Sockets Layer (SSL) certificate used for authentication.
            </summary>
            <param name="sender">An object that contains state information for this validation.</param>
            <param name="cert">The certificate used to authenticate the remote party.</param>
            <param name="chain">The chain of certificate authorities associated with the remote certificate.</param>
            <param name="sslPolicyErrors">One or more errors associated with the remote certificate.</param>
            <returns>
            A <see cref="T:System.Boolean"/> value that determines whether the specified certificate is accepted for authentication.
            </returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricClientBuilderExtensions">
            <summary>
            Estensions for IServiceFabricClientBuilder for configuring ServiceFabricHttpClient.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricClientBuilderExtensions.ConfigureHttpClientSettings(Microsoft.ServiceFabric.Client.ServiceFabricClientBuilder,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Configure IServiceFabricClientBuilder to create IServiceFabricClient implementation which communicates with Service Fabric cluster via the REST http gateway using the provided HttpClientHandler and DelegatingHandlers.
            </summary>
            <param name="builder">Builder </param>
            <param name="innerHandler">The inner handler which is responsible for processing the HTTP response messages. When null or not provided, <see cref="T:System.Net.Http.HttpClientHandler"/> will be used as last handler in channel.</param>
            <param name="delegateHandlers">An ordered list of <see cref="T:System.Net.Http.DelegatingHandler"/> instances to be invoked in HTTP message channel as message flows to and from the last handler in the channel.</param>
            <returns>IServiceFabricClientBuilder instance.</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient">
            <summary>
            Represents a Service Fabric Client to the Http management endpoint (or HttpGatewayEndpoint) of Service Fabric cluster.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.clientTypeHeaderValue">
            <summary>
            ClientType used for telemetry in http gateway.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.syncObj">
            <summary>
            Used to synchronize refresh of security settings.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.#ctor(Microsoft.ServiceFabric.Client.ServiceFabricClientBuilder)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient"/> class.
            </summary>
            <param name="builder">Builder isntance to create ServiceFabricHttpClient from.</param>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.ClientId">
            <summary>
            Gets the clientId used for tracing.
            </summary>
        </member>
        <member name="P:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.ClientTypeHeaderValue">
            <summary>
            Gets or sets the clientType used for telemetry in http gateway.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.Dispose">
            <summary>
            Disposes resources.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.CreateAsync(Microsoft.ServiceFabric.Client.ServiceFabricClientBuilder,System.Threading.CancellationToken)">
            <summary>
            Creates and initializes a new instance of the <see cref="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient"/> class.
            </summary>
            <param name="builder">Builder isntance to create ServiceFabricHttpClient from.</param>
            <param name="cancellationToken">A cancellation token to cancel the async operation.</param>
            <returns><see cref="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient"/> instance.</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsync(System.Func{System.Net.Http.HttpRequestMessage},System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP get request to cluster http gateway and deserializes the result.
            </summary>
            <param name="requestFunc">Func to create HttpRequest to send.</param>
            <param name="relativeUri">The relative URI.</param>
            <param name="requestId">Request Id for corelation</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns>The payload of the GET response.</returns>
            <exception cref="T:Microsoft.ServiceFabric.Common.Exceptions.ServiceFabricException">When the response is not a success.</exception>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsyncGetResponseAsRawJson(System.Func{System.Net.Http.HttpRequestMessage},System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP get request to cluster http gateway and returns the result as raw json.
            </summary>
            <param name="requestFunc">Func to create HttpRequest to send.</param>
            <param name="relativeUri">The relative URI.</param>
            <param name="requestId">Request Id for corelation</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns>The payload of the GET response as string.</returns>
            <exception cref="T:Microsoft.ServiceFabric.Common.Exceptions.ServiceFabricException">When the response is not a success.</exception>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsyncGetResponse``1(System.Func{System.Net.Http.HttpRequestMessage},System.String,System.Func{Newtonsoft.Json.JsonReader,``0},System.String,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP get request to cluster http gateway and deserializes the result.
            </summary>
            <typeparam name="T">The type of the response payload.</typeparam>
            <param name="requestFunc">Func to create HttpRequest to send.</param>
            <param name="relativeUri">The relative URI.</param>
            <param name="deserializeFunc">Func to deserialize T.</param>
            <param name="requestId">Request Id for corelation</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns>The payload of the GET response as T.</returns>
            <exception cref="T:Microsoft.ServiceFabric.Common.Exceptions.ServiceFabricException">When the response is not a success.</exception>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsyncGetResponseAsList``1(System.Func{System.Net.Http.HttpRequestMessage},System.String,System.Func{Newtonsoft.Json.JsonReader,``0},System.String,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP get request to cluster http gateway and deserializes the result.
            </summary>
            <typeparam name="T">The type of the object in List returned as response payload.</typeparam>
            <param name="requestFunc">Func to create HttpRequest to send.</param>
            <param name="relativeUri">The relative URI.</param>
            <param name="deserializeFunc">Func to deserialize T.</param>
            <param name="requestId">Request Id for corelation</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns>The payload of the GET response as List of T.</returns>
            <exception cref="T:Microsoft.ServiceFabric.Common.Exceptions.ServiceFabricException">When the response is not a success.</exception>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsyncGetResponseAsPagedData``1(System.Func{System.Net.Http.HttpRequestMessage},System.String,System.Func{Newtonsoft.Json.JsonReader,``0},System.String,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP get request to cluster http gateway and deserializes the result.
            </summary>
            <typeparam name="T">The type of the object in List returned as response payload.</typeparam>
            <param name="requestFunc">Func to create HttpRequest to send.</param>
            <param name="relativeUri">The relative URI.</param>
            <param name="deserializeFunc">Func to deserialize T.</param>
            <param name="requestId">Request Id for corelation</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns>The payload of the GET response as List of T.</returns>
            <exception cref="T:Microsoft.ServiceFabric.Common.Exceptions.ServiceFabricException">When the response is not a success.</exception>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.Dispose(System.Boolean)">
            <summary>
            Disposes resources.
            </summary>
            <param name="disposing">False values indicates the method is being called by the runtime, true value indicates the method is called by the user code.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsyncHandleUnsuccessfulResponse(System.Func{System.Net.Http.HttpRequestMessage},System.Uri,System.String,System.Threading.CancellationToken)">
            <summary>
            Sends an HTTP get request to cluster http gateway.
            </summary>
            <param name="requestFunc">Func to create HttpRequest to send.</param>
            <param name="requestUri">Request Uri.</param>
            <param name="clientRequestId">Request Id for corelation</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns>The payload of the GET response.</returns>
            <exception cref="T:Microsoft.ServiceFabric.Common.Exceptions.ServiceFabricException">When the response is not a success.</exception>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClient.SendAsyncHandleSecurityExceptions(System.Func{System.Net.Http.HttpRequestMessage},System.String,System.Threading.CancellationToken)">
            <summary>
            Send an HTTP request as an asynchronous operation using HttpClient and refreshes security settings if needed.
            </summary>
            <param name="requestFunc">Delegate to get HTTP request message to send.</param>
            <param name="clientRequestId">Request Id.</param>
            <param name="cancellationToken">The cancellation token to cancel operation.</param>
            <returns>The task object representing the asynchronous operation.</returns>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientCallContext">
            <summary>
            Class to get and set a call context to a given asynchronous control flow.
            Users of ServiceFabricHttpClient can use this to add a correlation id to the request which will be logged in events traced by ServiceFabricHttpClient.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientCallContext.TryGetCorrelationId(System.String@)">
            <summary>
            Gets CorrelationId from <see cref="T:System.Threading.AsyncLocal`1"/>
            </summary>
            <param name="correlationId">CorrelationId value if its available in asynchronous control flow else null.</param>
            <returns>true if CorrelationId was found in asynchronous control flow .</returns>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientCallContext.SetCorrelationId(System.String)">
            <summary>
            Sets a CorrelationId for ServiceFabricHttpClient in asynchronous control flow.
            </summary>
            <param name="correlationId">Value for correlation id</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientCallContext.ClearCorrelationId">
            <summary>
            Clears correlation id from <see cref="T:System.Threading.AsyncLocal`1"/>
            </summary>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource">
            <summary>
            Wrapper class on top of EventSource to writes events for Microsoft.ServiceFabric.Client.Http library.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.Current">
            <summary>
            Gets instance of <see cref="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.#ctor">
            <summary>
            Prevents a default instance of the <see cref="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource" /> class from being created.
            </summary>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.InfoMessage(System.String,System.String)">
            <summary>
            Write an informational text event.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces. It can be empty if no correlation is needed with other traces,</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.WarningMessage(System.String,System.String)">
            <summary>
            Write an Warning text event.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces. It can be empty if no correlation is needed with other traces,</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.ErrorMessage(System.String,System.String)">
            <summary>
            Write an Error text event.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces. It can be empty if no correlation is needed with other traces,</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.NoiseMessage(System.String,System.String)">
            <summary>
            Write an Noise text event.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces. It can be empty if no correlation is needed with other traces,</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.Send(System.String,System.String)">
            <summary>
            Write an informational text event when request is send by client.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces..</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.SuccessResponse(System.String,System.String)">
            <summary>
            Write an informational text event when successful response to a request is received by client.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces.</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.ErrorResponse(System.String,System.String)">
            <summary>
            Write a Error text event when error code is received by client.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces.</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.RemoteCertValidationError(System.String,System.String)">
            <summary>
            Write a Warning text when remote server certificate validation fails.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces.</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="M:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.ClientCertInvalid(System.String,System.String)">
            <summary>
            Write a Warning text when client cert is invalid.
            </summary>
            <param name="id">Correlation id to help in diagnosis with other traces.</param>
            <param name="message">Message to write to event.</param>
        </member>
        <member name="T:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.Keywords">
            <summary>
            Class containing Event Keywords.
            </summary>
        </member>
        <member name="F:Microsoft.ServiceFabric.Client.Http.ServiceFabricHttpClientEventSource.Keywords.Default">
            <summary>
            Default EventKeywords
            </summary>
        </member>
    </members>
</doc>