internal SerializerStub(SerializerGenerationContext context, XmlMembersMapping mapping, int handle)
 {
     _context = context;
     this.Mapping = mapping;
     this.Handle = handle;
 }
 internal Reflector(string defaultNs, Type type)
 {
     _importer = new XmlSerializerImporter(defaultNs);
     _generation = new SerializerGenerationContext(type);
 }
 internal Reflector(string defaultNs, System.Type type)
 {
     this.importer = new XmlSerializerImporter(defaultNs);
     this.generation = new SerializerGenerationContext(type);
 }
 internal Reflector(string defaultNs, System.Type type)
 {
     this.importer   = new XmlSerializerImporter(defaultNs);
     this.generation = new SerializerGenerationContext(type);
 }
Ejemplo n.º 5
0
 internal SerializerStub(SerializerGenerationContext context, XmlMembersMapping mapping, int handle)
 {
     _context     = context;
     this.Mapping = mapping;
     this.Handle  = handle;
 }
Ejemplo n.º 6
0
 internal Reflector(string defaultNs, Type type)
 {
     _importer   = new XmlSerializerImporter(defaultNs);
     _generation = new SerializerGenerationContext(type);
 }