Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSerializerImplementation.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
3
namespace
System.Xml.Serialization
;
4
5
public
abstract
class
XmlSerializerImplementation
6
{
7
public
virtual
XmlSerializationReader
Reader
8
{
9
get
10
{
11
throw
new
NotSupportedException
();
12
}
13
}
14
15
public
virtual
XmlSerializationWriter
Writer
16
{
17
get
18
{
19
throw
new
NotSupportedException
();
20
}
21
}
22
23
public
virtual
Hashtable
ReadMethods
24
{
25
get
26
{
27
throw
new
NotSupportedException
();
28
}
29
}
30
31
public
virtual
Hashtable
WriteMethods
32
{
33
get
34
{
35
throw
new
NotSupportedException
();
36
}
37
}
38
39
public
virtual
Hashtable
TypedSerializers
40
{
41
get
42
{
43
throw
new
NotSupportedException
();
44
}
45
}
46
47
public
virtual
bool
CanSerialize
(
Type
type
)
48
{
49
throw
new
NotSupportedException
();
50
}
51
52
public
virtual
XmlSerializer
GetSerializer
(
Type
type
)
53
{
54
throw
new
NotSupportedException
();
55
}
56
}
System.Collections.Hashtable
Definition
Hashtable.cs:13
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:14
System.Xml.Serialization.XmlSerializationReader
Definition
XmlSerializationReader.cs:10
System.Xml.Serialization.XmlSerializationWriter
Definition
XmlSerializationWriter.cs:12
System.Xml.Serialization.XmlSerializerImplementation.CanSerialize
virtual bool CanSerialize(Type type)
Definition
XmlSerializerImplementation.cs:47
System.Xml.Serialization.XmlSerializerImplementation.GetSerializer
virtual XmlSerializer GetSerializer(Type type)
Definition
XmlSerializerImplementation.cs:52
System.Xml.Serialization.XmlSerializerImplementation.TypedSerializers
virtual Hashtable TypedSerializers
Definition
XmlSerializerImplementation.cs:40
System.Xml.Serialization.XmlSerializerImplementation.WriteMethods
virtual Hashtable WriteMethods
Definition
XmlSerializerImplementation.cs:32
System.Xml.Serialization.XmlSerializerImplementation.ReadMethods
virtual Hashtable ReadMethods
Definition
XmlSerializerImplementation.cs:24
System.Xml.Serialization.XmlSerializerImplementation
Definition
XmlSerializerImplementation.cs:6
System.Xml.Serialization.XmlSerializer
Definition
XmlSerializer.cs:12
System.Collections
Definition
BlockingCollection.cs:8
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
System.ExceptionArgument.type
@ type
source
System.Private.Xml
System.Xml.Serialization
XmlSerializerImplementation.cs
Generated by
1.10.0