Method |
Description |
|
AddCollectionItemTypeToKnownTypes ( Type knownType ) : void |
|
|
CheckIfJsonNameRequiresMapping ( XmlDictionaryString jsonName ) : bool |
|
|
CheckIfJsonNameRequiresMapping ( string jsonName ) : bool |
|
|
CheckIfTypeIsReference ( System.Runtime.Serialization.DataContract dataContract ) : void |
|
|
CheckIfXmlNameRequiresMapping ( XmlDictionaryString xmlName ) : bool |
|
|
CheckIfXmlNameRequiresMapping ( string xmlName ) : bool |
|
|
ConvertXmlNameToJsonName ( XmlDictionaryString xmlName ) : XmlDictionaryString |
|
|
ConvertXmlNameToJsonName ( string xmlName ) : string |
|
|
DataContractJsonSerializerImpl ( Type type, XmlDictionaryString rootName, IEnumerable knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool alwaysEmitTypeInformation ) : System.Runtime.Serialization |
|
|
GetDataContract ( System.Runtime.Serialization.DataContract declaredTypeContract, Type declaredType, Type objectType ) : System.Runtime.Serialization.DataContract |
|
|
GetDeserializeType ( ) : Type |
|
|
GetSerializeType ( object graph ) : Type |
|
|
Initialize ( Type type, IEnumerable knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, EmitTypeInformation emitTypeInformation, bool serializeReadOnlyTypes, DateTimeFormat dateTimeFormat, bool useSimpleDictionaryFormat ) : void |
|
|
Initialize ( Type type, XmlDictionaryString rootName, IEnumerable knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, EmitTypeInformation emitTypeInformation, bool serializeReadOnlyTypes, DateTimeFormat dateTimeFormat, bool useSimpleDictionaryFormat ) : void |
|
|
InternalIsStartObject ( System.Runtime.Serialization.XmlReaderDelegator reader ) : bool |
|
|
InternalReadObject ( System.Runtime.Serialization.XmlReaderDelegator xmlReader, bool verifyObjectName ) : object |
|
|
InternalWriteEndObject ( System.Runtime.Serialization.XmlWriterDelegator writer ) : void |
|
|
InternalWriteObject ( System.Runtime.Serialization.XmlWriterDelegator writer, object graph ) : void |
|
|
InternalWriteObjectContent ( System.Runtime.Serialization.XmlWriterDelegator writer, object graph ) : void |
|
|
InternalWriteStartObject ( System.Runtime.Serialization.XmlWriterDelegator writer, object graph ) : void |
|
|
IsJsonLocalName ( System.Runtime.Serialization.XmlReaderDelegator reader, string elementName ) : bool |
|
|
ReadJsonValue ( System.Runtime.Serialization.DataContract contract, System.Runtime.Serialization.XmlReaderDelegator reader, System.Runtime.Serialization.Json.XmlObjectSerializerReadContextComplexJson context ) : object |
|
|
WriteJsonNull ( System.Runtime.Serialization.XmlWriterDelegator writer ) : void |
|
|
WriteJsonValue ( JsonDataContract contract, System.Runtime.Serialization.XmlWriterDelegator writer, object graph, System.Runtime.Serialization.Json.XmlObjectSerializerWriteContextComplexJson context, RuntimeTypeHandle declaredTypeHandle ) : void |
|
|