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); }