ReferenceCodec.MarkValueField(SerializerSession) 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.
Indicates that the field being serialized or deserialized is a value type.
public static void MarkValueField (Orleans.Serialization.Session.SerializerSession session);
static member MarkValueField : Orleans.Serialization.Session.SerializerSession -> unit
Public Shared Sub MarkValueField (session As SerializerSession)
Parameters
- session
- SerializerSession
The serializer session.