|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | WriteStartObject (XmlDictionaryWriter writer, object? graph) |
| void | WriteObjectContent (XmlDictionaryWriter writer, object? graph) |
| void | WriteEndObject (XmlDictionaryWriter writer) |
| virtual void | WriteObject (Stream stream, object? graph) |
| virtual void | WriteObject (XmlWriter writer, object? graph) |
| virtual void | WriteStartObject (XmlWriter writer, object? graph) |
| virtual void | WriteObjectContent (XmlWriter writer, object? graph) |
| virtual void | WriteEndObject (XmlWriter writer) |
| virtual void | WriteObject (XmlDictionaryWriter writer, object? graph) |
| virtual ? object | ReadObject (Stream stream) |
| virtual ? object | ReadObject (XmlReader reader) |
| virtual ? object | ReadObject (XmlDictionaryReader reader) |
| virtual ? object | ReadObject (XmlReader reader, bool verifyObjectName) |
| object? | ReadObject (XmlDictionaryReader reader, bool verifyObjectName) |
| virtual bool | IsStartObject (XmlReader reader) |
| bool | IsStartObject (XmlDictionaryReader reader) |
Static Package Functions | |
| static void | WriteNull (XmlWriterDelegator writer) |
| static bool | IsContractDeclared (DataContract contract, DataContract declaredContract) |
| static void | CheckNull (object obj, string name) |
| static string | TryAddLineInfo (XmlReaderDelegator reader, string errorMessage) |
| static Exception | CreateSerializationExceptionWithReaderDetails (string errorMessage, XmlReaderDelegator reader) |
| static SerializationException | CreateSerializationException (string errorMessage) |
| static SerializationException | CreateSerializationException (string errorMessage, Exception innerException) |
| static string | GetTypeInfoError (string errorMessage, Type type, Exception innerException) |
Properties | |
| virtual ? Dictionary< XmlQualifiedName, DataContract > | KnownDataContracts [get] |
| static IFormatterConverter | FormatterConverter [get] |
Static Private Attributes | |
| static IFormatterConverter | s_formatterConverter |
Definition at line 11 of file XmlObjectSerializer.cs.