9 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
15 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
49 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
52 jsonWriter.WriteAttributeString(
null,
"type",
null,
"object");
static DataContract GetDataContract(Type type)
static Type TypeOfObjectArray
static object ReadJsonValue(DataContract contract, XmlReaderDelegator reader, XmlObjectSerializerReadContextComplexJson context)
static readonly char[] FloatingPointCharacters
override object ReadJsonValueCore(XmlReaderDelegator jsonReader, XmlObjectSerializerReadContextComplexJson context)
static object ParseJsonNumber(string value)
JsonObjectDataContract(DataContract traditionalDataContract)
static object ParseJsonNumber(string value, out TypeCode objectTypeCode)
override void WriteJsonValueCore(XmlWriterDelegator jsonWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, RuntimeTypeHandle declaredTypeHandle)
void AddNewObject(object obj)
static SerializationException CreateSerializationException(string errorMessage)
static string XmlInvalidConversion
static string Format(string resourceFormat, object p1)
static string JsonUnexpectedAttributeValue
static double ToDouble(string value)