11 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
17 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
29 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
47 if (dataContractDictionaries !=
null)
65 if (serializerKnownTypeList !=
null)
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
void AddRange(IEnumerable< KeyValuePair< TKey, TValue > > collection)
void Add(TKey key, TValue value)
override string ReadToEnd()
override object ReadJsonValueCore(XmlReaderDelegator jsonReader, XmlObjectSerializerReadContextComplexJson context)
JsonXmlDataContract(XmlDataContract traditionalXmlDataContract)
override void WriteJsonValueCore(XmlWriterDelegator jsonWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, RuntimeTypeHandle declaredTypeHandle)
List< Type > GetKnownTypesFromContext(XmlObjectSerializerContext context, IList< Type > serializerKnownTypeList)
ScopedKnownTypes scopedKnownTypes
void AddNewObject(object obj)
static Type GetTypeFromHandle(RuntimeTypeHandle handle)
static XmlDictionaryReader CreateTextReader(byte[] buffer, XmlDictionaryReaderQuotas quotas)
Dictionary< XmlQualifiedName, DataContract >[] dataContractDictionaries