OrleansStorageDefaultJsonSerializer(JsonSerializerSettings, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs this serializer from the given parameters.
public OrleansStorageDefaultJsonSerializer (Newtonsoft.Json.JsonSerializerSettings settings, string tag);
new Orleans.Storage.OrleansStorageDefaultJsonSerializer : Newtonsoft.Json.JsonSerializerSettings * string -> Orleans.Storage.OrleansStorageDefaultJsonSerializer
Public Sub New (settings As JsonSerializerSettings, tag As String)
Parameters
- settings
- Newtonsoft.Json.JsonSerializerSettings
The settings which was used to construct a JSON serializer.