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

Public Member Functions

void ReflectionWriteClass (XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, ClassDataContract classContract, XmlDictionaryString[] memberNames)
 
void ReflectionWriteCollection (XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, CollectionDataContract collectionContract)
 

Private Member Functions

void ReflectionWriteObjectAttribute (XmlWriterDelegator xmlWriter)
 
bool ReflectionTryWritePrimitiveArray (JsonWriterDelegator jsonWriter, object obj, Type underlyingType, Type itemType, XmlDictionaryString collectionItemName)
 
void ReflectionWriteArrayAttribute (XmlWriterDelegator xmlWriter)
 

Private Attributes

readonly ReflectionJsonClassWriter _reflectionClassWriter = new ReflectionJsonClassWriter()
 

Detailed Description

Definition at line 7 of file ReflectionJsonFormatWriter.cs.


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