Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-10[System.Xml] Add XElement array handling to serialization interpreter. Fixes ...Marek Safar
2016-10-14[System.Xml] Update supported time formats for mobile version of XML deserial...Marek Safar
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-25[System.Xml] Fix sub class serialization on listsMarcos Henrich
2015-05-12[system.xml] System.Xml.Serialization.Advanced from reference sourcesMarek Safar
2015-05-12Revert "[system.xml] System.Xml.Serialization.Advanced from reference sources"Atsushi Eno
2015-05-08[system.xml] System.Xml.Serialization.Advanced from reference sourcesMarek Safar
2015-05-08[system.xml] serialization handlers from reference sourcesMarek Safar
2015-04-27[system.xml] Fix public apiMarek Safar
2015-04-02XmlSerializer should set *non* readonly {V}Specified fieldsDave Curylo
2015-03-04Fix for the XMLSerializer bug 18558jason_naylor
2015-03-03Remove old System.Xml sources. bye bye.Atsushi Eno
2015-03-02First step to import referencesource System.Xml.Atsushi Eno
2015-02-25[xml] add missing CONFIGURATION_DEPAtsushi Eno
2015-02-24import System.Diagnostics.Trace etc. from referencesource.Atsushi Eno
2015-02-20[Sys.Xml] when deserializing XmlNode, use XmlReader's NameTable.Atsushi Eno
2015-02-20[Sys.Xml] don't use XmlSchemaElement.ElementType anymore. MS doesn't use it.Atsushi Eno
2015-02-13Merge pull request #1496 from echampet/serializersAtsushi Eno
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-16[system.xml] Fix broken ClassMap logic which relied on order of hashtable ele...Marek Safar
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-09System.Xml.Serialization: fix xml serializers generation for Web ServicesEtienne CHAMPETIER
2014-09-26Property with attribute XmlTest is now set from ReadString only.Marcos Henrich
2014-09-15If not specified assume that array items are nullable. Fixes #19012.Marcos Henrich
2014-09-15Ignore method ShouldSerialize if it is a generic.Marcos Henrich
2014-09-15Added optional serialization based on ShouldSerialize{V}.Marcos Henrich
2014-09-15Fixed NullReferenceException.Marcos Henrich
2014-09-10When needed serialized objects are now implicitly converted.Marcos Henrich
2014-09-10Changed method ImplicitConvert to internal static.Marcos Henrich
2014-09-10ImplicitConvert was using method with wrong parameter and return type.Marcos Henrich
2014-08-29Merge pull request #1200 from akoeplinger/remove-jvmZoltan Varga
2014-08-27Serializer were not generated if generationThreshold was changed.Marcos Henrich
2014-08-22Fixed serialization of XmlNode field with attribute XmlAnyElement.Marcos Henrich
2014-08-22Added missing XmlTypeMapping.IsAny logic.Marcos Henrich
2014-08-22Replaced incorrect bool.ToString() by GetLiteral(bool).Marcos Henrich
2014-08-22Added GetTypeFullName, fixes wrong nullable valuetype names.Marcos Henrich
2014-08-22Changed UsageCount and generationThreshold to zero based.Marcos Henrich
2014-08-18Xml Serialization of Base class w/o a parameterless constructor.Marcos Henrich
2014-08-18Fixed XmlSerializer to handle attribute XmlSchemePrivider.IsAny.Marcos Henrich
2014-08-08[Cleanup] Removed TARGET_JVMAlexander Köplinger
2014-08-07Fixed issue related to fully qualified namespaces being used for XmlEnumAttri...Chris Webb
2014-03-08When a read only property and the type is an interface we can't serialize the...Alistair Bush
2014-02-28Fix this again.Martin Baulig
2014-02-27[Sys.Xml] Allow qualified names in XmlAttribute serializationNeil Mayhew
2014-02-25Oops, fix the build.Martin Baulig
2014-02-25[Sys.Xml]: Allow XElement to be deserialized; fixes #12571.Martin Baulig
2013-08-09Fixed bug #4141 - XmlSchemaImporter needs to consider attributeGroupRef in so...Atsushi Eno