Exemplo n.º 1
0
 public Serializer(IMessageMapper mapper, Conventions conventions, XmlSerializerCache cache)
 {
     this.mapper      = mapper;
     this.conventions = conventions;
     this.cache       = cache;
 }
Exemplo n.º 2
0
 public Deserializer(IMessageMapper mapper, XmlSerializerCache cache)
 {
     this.mapper = mapper;
     this.cache  = cache;
 }
Exemplo n.º 3
0
 public Serializer(IMessageMapper mapper, Conventions conventions, XmlSerializerCache cache)
 {
     this.mapper = mapper;
     this.conventions = conventions;
     this.cache = cache;
 }
Exemplo n.º 4
0
 public Deserializer(IMessageMapper mapper, XmlSerializerCache cache)
 {
     this.mapper = mapper;
     this.cache = cache;
 }