Provides the ability to serialize MapXML.
More...
|
| Root | Read (XDocument document) |
| | Deserializes the given XML into a Root instance.
|
| |
| Root | Read (XElement element) |
| | Deserializes the given XML into a Root instance.
|
| |
|
| static XNamespace | NS = "http://ikvm.net/schemas/mapxml" |
| |
Provides the ability to serialize MapXML.
Definition at line 13 of file MapXmlSerializer.cs.
◆ Read() [1/2]
| Root IKVM.Tools.Importer.MapXml.MapXmlSerializer.Read |
( |
XDocument | document | ) |
|
Deserializes the given XML into a Root instance.
- Parameters
-
- Returns
Definition at line 44 of file MapXmlSerializer.cs.
45 {
46 return Read(document.Root);
47 }
◆ Read() [2/2]
| Root IKVM.Tools.Importer.MapXml.MapXmlSerializer.Read |
( |
XElement | element | ) |
|
Deserializes the given XML into a Root instance.
- Parameters
-
- Returns
Definition at line 54 of file MapXmlSerializer.cs.
55 {
56 return Root.Read(element);
57 }
◆ ReadMapModifiers()
| static MapModifiers IKVM.Tools.Importer.MapXml.MapXmlSerializer.ReadMapModifiers |
( |
string | value | ) |
|
|
static |
◆ ReadMethodAttributes()
| static MethodAttributes IKVM.Tools.Importer.MapXml.MapXmlSerializer.ReadMethodAttributes |
( |
string | value | ) |
|
|
static |
◆ ReadScope()
| static Scope IKVM.Tools.Importer.MapXml.MapXmlSerializer.ReadScope |
( |
string | value | ) |
|
|
static |
Reads a single Scope value.
- Parameters
-
- Returns
◆ NS
| XNamespace IKVM.Tools.Importer.MapXml.MapXmlSerializer.NS = "http://ikvm.net/schemas/mapxml" |
|
static |
The documentation for this class was generated from the following file: