SerializerSessionPool
class
Namespace: Orleans.Serialization.Session
Pool for
SerializerSession objects. public sealed class SerializerSessionPool : IDisposableConstructors
SerializerSessionPool(TypeCodec, WellKnownTypeCollection, CodecProvider)Initializes a new instance of theSerializerSessionPoolclass.
Properties
CodecProviderGets the codec provider.
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.GetSessionGets a serializer session from the pool.
