EventHubSequenceTokenV2.Serialize(Object, ISerializationContext, Type) 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.
Serialize the event sequence token.
[Orleans.CodeGeneration.SerializerMethod]
public static void Serialize (object untypedInput, Orleans.Serialization.ISerializationContext context, Type expected);
[<Orleans.CodeGeneration.SerializerMethod>]
static member Serialize : obj * Orleans.Serialization.ISerializationContext * Type -> unit
Public Shared Sub Serialize (untypedInput As Object, context As ISerializationContext, expected As Type)
Parameters
- untypedInput
- Object
The object to serialize.
- context
- ISerializationContext
The serialization context.
- expected
- Type
The expected type.
- Attributes