Skip to content

SurrogateCodec<TField, TSurrogate, TConverter>

class

Namespace: Orleans.Serialization.Serializers

Surrogate serializer for TField.
public sealed class SurrogateCodec<TField, TSurrogate, TConverter> : IBaseCopier, IBaseCopier<TField>, IDeepCopier, IDeepCopier<TField>, IFieldCodec, IFieldCodec<TField>, IBaseCodec, IBaseCodec<TField>
where TField : class
where TSurrogate : struct
where TConverter : Orleans.IConverter<TField, TSurrogate>

Constructors

Methods