Terraria v1.4.4.9
Terraria source code documentation
|
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 Attributes | |
readonly ReflectionJsonClassWriter | _reflectionClassWriter = new ReflectionJsonClassWriter() |
Definition at line 7 of file ReflectionJsonFormatWriter.cs.