Ejemplo n.º 1
0
 public ReflectionRdActivator(ReflectionSerializers serializers, [CanBeNull] IPolymorphicTypesCatalog polymorphicTypesCatalog)
 {
     mySerializers             = serializers;
     myPolymorphicTypesCatalog = polymorphicTypesCatalog;
 }
Ejemplo n.º 2
0
 public Serializers([CanBeNull] IPolymorphicTypesCatalog polymorphicCatalog)
     : this()
 {
     myPolymorphicCatalog = polymorphicCatalog;
 }
Ejemplo n.º 3
0
 public MyProtocol(IShellLocks locks, IPolymorphicTypesCatalog typesCatalog, Lifetime lifetime)
     : base(locks, typesCatalog, lifetime)
 {
 }
Ejemplo n.º 4
0
 public MyProtocol(IShellLocks locks, IPolymorphicTypesCatalog typesCatalog)
     : base(locks, typesCatalog)
 {
 }