Terraria v1.4.4.9
Terraria source code documentation
|
Package Attributes | |
IList< Type > | knownTypeList |
Dictionary< XmlQualifiedName, DataContract > | knownDataContracts |
Properties | |
bool | IgnoreExtensionDataObject [get] |
ReadOnlyCollection< Type > | KnownTypes [get] |
override? Dictionary< XmlQualifiedName, DataContract > | KnownDataContracts [get] |
int | MaxItemsInObjectGraph [get] |
DateTimeFormat? | DateTimeFormat [get] |
EmitTypeInformation | EmitTypeInformation [get] |
bool | SerializeReadOnlyTypes [get] |
bool | UseSimpleDictionaryFormat [get] |
DataContract | RootContract [get] |
XmlDictionaryString | RootName [get] |
static IFormatterConverter | FormatterConverter [get] |
Private Member Functions | |
void | AddCollectionItemTypeToKnownTypes (Type knownType) |
void | Initialize (Type type, IEnumerable< Type > knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, EmitTypeInformation emitTypeInformation, bool serializeReadOnlyTypes, DateTimeFormat dateTimeFormat, bool useSimpleDictionaryFormat) |
void | Initialize (Type type, XmlDictionaryString rootName, IEnumerable< Type > knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, EmitTypeInformation emitTypeInformation, bool serializeReadOnlyTypes, DateTimeFormat dateTimeFormat, bool useSimpleDictionaryFormat) |
Static Private Attributes | |
static IFormatterConverter | s_formatterConverter |
Definition at line 10 of file DataContractJsonSerializer.cs.