This enumeration is used by the erload:System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping when generating code for serialization and deserialization methods. The value specifies whether the schema importer generates write methods for mappings with write access, and read methods for mappings with read access. This minimizes the generation of serialization code.
Member Name | Description |
---|---|
None |
Both read and write methods are generated. |
Read |
Read methods are generated. |
Write |
Write methods are generated. |