Serializer.GetSerializer<T> 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.
Returns a serializer which is specialized to the provided type parameter.
public Orleans.Serialization.Serializer<T> GetSerializer<T>();
member this.GetSerializer : unit -> Orleans.Serialization.Serializer<'T>
Public Function GetSerializer(Of T) () As Serializer(Of T)
Type Parameters
- T
The underlying type for the returned serializer.