RegexStreamNamespacePredicate.Serializer 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.
[Orleans.CodeGeneration.SerializerMethod]
public static void Serializer (object untypedInput, Orleans.Serialization.ISerializationContext context, Type expected);
[<Orleans.CodeGeneration.SerializerMethod>]
static member Serializer : obj * Orleans.Serialization.ISerializationContext * Type -> unit
Public Shared Sub Serializer (untypedInput As Object, context As ISerializationContext, expected As Type)
Parameters
- untypedInput
- Object
- context
- ISerializationContext
- expected
- Type
- Attributes