Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
JsonFormatClassWriterDelegate.cs
Go to the documentation of this file.
1
using
System.Xml
;
2
3
namespace
System.Runtime.Serialization.Json
;
4
5
internal
delegate
void
JsonFormatClassWriterDelegate
(
XmlWriterDelegator
xmlWriter
,
object
obj
,
XmlObjectSerializerWriteContextComplexJson
context,
ClassDataContract
dataContract
,
XmlDictionaryString
[]
memberNames
);
System.Runtime.Serialization.ClassDataContract
Definition
ClassDataContract.cs:12
System.Runtime.Serialization.Json.XmlObjectSerializerWriteContextComplexJson
Definition
XmlObjectSerializerWriteContextComplexJson.cs:9
System.Runtime.Serialization.XmlWriterDelegator
Definition
XmlWriterDelegator.cs:8
System.Xml.XmlDictionaryString
Definition
XmlDictionaryString.cs:8
System.Runtime.Serialization.Json.JsonFormatClassWriterDelegate
delegate void JsonFormatClassWriterDelegate(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, ClassDataContract dataContract, XmlDictionaryString[] memberNames)
System.Runtime.Serialization.Json
Definition
ByteArrayHelperWithString.cs:4
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.obj
@ obj
source
System.Private.DataContractSerialization
System.Runtime.Serialization.Json
JsonFormatClassWriterDelegate.cs
Generated by
1.10.0