SerializerSession
class
Namespace: Orleans.Serialization.Session
Contextual information for a serializer operation.
public sealed class SerializerSession : IDisposableConstructors
SerializerSession(TypeCodec, WellKnownTypeCollection, CodecProvider)Initializes a new instance of theSerializerSessionclass.
Properties
CodecProviderGets the codec provider.ReferencedObjectsGets the referenced object collection.ReferencedTypesGets the referenced type collection.TypeCodecGets the type codec.WellKnownTypesGets the well known types collection.
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.PartialResetResets the referenced objects collection.ResetPerforms a full reset.
