Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.Serialization.ReflectionXmlFormatWriter Class Referencesealed

Public Member Functions

void ReflectionWriteClass (XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWriteContext context, ClassDataContract classContract)
 
void ReflectionWriteCollection (XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWriteContext context, CollectionDataContract collectionDataContract)
 

Private Member Functions

bool ReflectionTryWritePrimitiveArray (XmlWriterDelegator xmlWriter, object obj, Type type, Type itemType, XmlDictionaryString collectionItemName, XmlDictionaryString itemNamespace)
 

Private Attributes

readonly ReflectionXmlClassWriter _reflectionClassWriter = new ReflectionXmlClassWriter()
 

Detailed Description

Definition at line 7 of file ReflectionXmlFormatWriter.cs.


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