DefaultRelationalStoragePicker.PickSerializer Method
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.
Picks a serializer using the given parameters. PickSerializer(String, String, String, GrainReference, IGrainState, String)
public Orleans.Storage.SerializationChoice PickSerializer (string servideId, string storageProviderInstanceName, string grainType, Orleans.Runtime.GrainReference grainReference, Orleans.IGrainState grainState, string tag = default);
abstract member PickSerializer : string * string * string * Orleans.Runtime.GrainReference * Orleans.IGrainState * string -> Orleans.Storage.SerializationChoice
override this.PickSerializer : string * string * string * Orleans.Runtime.GrainReference * Orleans.IGrainState * string -> Orleans.Storage.SerializationChoice
Public Function PickSerializer (servideId As String, storageProviderInstanceName As String, grainType As String, grainReference As GrainReference, grainState As IGrainState, Optional tag As String = Nothing) As SerializationChoice
Parameters
- servideId
- String
- storageProviderInstanceName
- String
- grainType
- String
- grainReference
- GrainReference
- grainState
- IGrainState
- tag
- String