コード例 #1
0
ファイル: Serializer.cs プロジェクト: xqfgbc/NServiceBus
 public Serializer(IMessageMapper mapper, Conventions conventions, XmlSerializerCache cache)
 {
     this.mapper      = mapper;
     this.conventions = conventions;
     this.cache       = cache;
 }
コード例 #2
0
ファイル: Deserializer.cs プロジェクト: tunurgitr/NServiceBus
 public Deserializer(IMessageMapper mapper, XmlSerializerCache cache)
 {
     this.mapper = mapper;
     this.cache  = cache;
 }
コード例 #3
0
ファイル: Serializer.cs プロジェクト: robvdlv/NServiceBus
 public Serializer(IMessageMapper mapper, Conventions conventions, XmlSerializerCache cache)
 {
     this.mapper = mapper;
     this.conventions = conventions;
     this.cache = cache;
 }
コード例 #4
0
ファイル: Deserializer.cs プロジェクト: xqfgbc/NServiceBus
 public Deserializer(IMessageMapper mapper, XmlSerializerCache cache)
 {
     this.mapper = mapper;
     this.cache = cache;
 }