IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.MapXmlSerializer Class Reference

Provides the ability to serialize MapXML. More...

Public Member Functions

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 Public Member Functions

static MapModifiers ReadMapModifiers (string value)
 Reads a list of MapModifiers values.
 
static Scope ReadScope (string value)
 Reads a single Scope value.
 
static MethodAttributes ReadMethodAttributes (string value)
 Reads a list of MapModifiers values.
 

Static Public Attributes

static XNamespace NS = "http://ikvm.net/schemas/mapxml"
 

Detailed Description

Provides the ability to serialize MapXML.

Definition at line 13 of file MapXmlSerializer.cs.

Member Function Documentation

◆ Read() [1/2]

Root IKVM.Tools.Importer.MapXml.MapXmlSerializer.Read ( XDocument document)

Deserializes the given XML into a Root instance.

Parameters
document
Returns

Definition at line 44 of file MapXmlSerializer.cs.

45 {
46 return Read(document.Root);
47 }
Root Read(XDocument document)
Deserializes the given XML into a Root instance.

◆ Read() [2/2]

Root IKVM.Tools.Importer.MapXml.MapXmlSerializer.Read ( XElement element)

Deserializes the given XML into a Root instance.

Parameters
document
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

Reads a list of MapModifiers values.

Parameters
value
Returns

◆ ReadMethodAttributes()

static MethodAttributes IKVM.Tools.Importer.MapXml.MapXmlSerializer.ReadMethodAttributes ( string value)
static

Reads a list of MapModifiers values.

Parameters
value
Returns

◆ ReadScope()

static Scope IKVM.Tools.Importer.MapXml.MapXmlSerializer.ReadScope ( string value)
static

Reads a single Scope value.

Parameters
value
Returns

Member Data Documentation

◆ NS

XNamespace IKVM.Tools.Importer.MapXml.MapXmlSerializer.NS = "http://ikvm.net/schemas/mapxml"
static

Definition at line 16 of file MapXmlSerializer.cs.


The documentation for this class was generated from the following file: