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
2011-05-23Look for KnownTypeAttributes on known types (recursively). Fixed bug #695203.Atsushi Eno
2011-05-13Add decimal support to XmlBinaryDictionaryReaderOnur Can Cakmak
2011-05-11Fixed orders in XmlSchemaObjectTable and got some S.R.Serialization tests wor...Atsushi Eno
2011-05-10CanImport() just returns false, without throwing error.Atsushi Eno
2011-05-10support import of xs:anyType, as well as make couple of minor fixes.Atsushi Eno
2011-05-10Update XsdDataContractImporter.CanImport and implement ImportXmlType.Atsushi Eno
2011-05-09Allow xsi:nil for void. Fixed client side of bug #687580.Atsushi Eno
2011-04-28Looks like xs:any is allowed under certain condition in XsdDataContractImporter.Atsushi Eno
2011-04-28moonlight does not like XmlSchemaType but nasty code in KnownTypeCollection :(Atsushi Eno
2011-04-28...and do return Type for all known xs:* types in XsdDataContractImporter.Atsushi Eno
2011-04-28Do not reject xsd:* types that are not listed in KnownTypeCollection.Atsushi Eno
2011-04-21RooArray types were rejected as unknown when it is at root. Fixed bug #688414.Atsushi Eno
2011-04-15Implement support for KnownTypeAttribute.MethodName.Atsushi Eno
2011-03-31Fix many corcompare issues for moonlightRolf Bjarne Kvinge
2011-03-28Looks like WCF serializer supports XmlNode, so we do as well.Atsushi Eno
2011-03-24Fix serialization test build that depended on compiler contravariance bug.Atsushi Eno
2011-03-10In some collection case, xsi:type is explicitly written. Try to copy that beh...Atsushi Eno
2011-03-09Some attempts to make KnownTypeCollection parallel access safe.Atsushi Eno
2011-03-09Implement support for QNameIndex (0xBC) in attribute nodes.Peter Gerbrandt
2011-03-09Temporarily disable InternalsVisibleTo(System.ServiceModel).Atsushi Eno
2011-03-08More xml output fixes in XmlSyndicationContent and SydicationElementExtension.Atsushi Eno
2011-03-08Make sure to call MoveToContent() to correctly determine node type.Atsushi Eno
2011-03-08DateTimeOffset child elements have fixed namespace.Atsushi Eno
2011-03-07Couple of fixed to support new DateTimeOffset serialization in .NET WCF.Atsushi Eno
2011-02-16MakXsdDataContractExporter refactoring to generally use SerializationMap.XmlN...Atsushi Eno
2011-02-16Don't reject serialization map for existing different (but same-purpose) type.Atsushi Eno
2011-02-16xsi:type parsing is wrong in default namespace resolution.Atsushi Eno
2011-02-16KnownTypeCollection; recursively registered type was not added to the collect...Atsushi Eno
2011-02-14[670974] Use the underlying BaseStream to read bytes instead of trying to pee...Miguel de Icaza
2011-02-13Add solution filesMiguel de Icaza
2011-02-08There's a tricky namespace-mismatching deserialization in .NET implementation.Atsushi Eno
2011-02-01Members in the base type in different namespace are serialized in base ns.Atsushi Eno
2011-01-20Contract-based type must ensure that the base type is also contract-based.Atsushi Eno
2010-12-20Use DateTime ToBinary() and FromBinary() for DateTime serialization.Atsushi Eno
2010-12-13Fix enum serialization too.Atsushi Eno
2010-12-13Fix flags enum deserializationLluis Sanchez
2010-10-22Don't put KnownTypeAttributes on enums.Atsushi Eno
2010-10-22Make generated type names unique.Atsushi Eno
2010-10-05When finding SerializationMap for resolved type, use type as the key rather t...Atsushi Eno
2010-10-05Fix DataContractResolver.ResolveName() support in deserializer. Add roundtrip...Atsushi Eno
2010-10-04Implement DataContractResolver support. At least TryResolveType in serializer...Atsushi Eno
2010-10-04Adjust namespace prefix indexes as it is repeatedly used. (It could result in...Atsushi Eno
2010-10-01rename source file.Atsushi Eno
2010-10-01Remove old code.Atsushi Eno
2010-10-01[wcf] serialization member namespace was wrong when root namesp ace is given....Atsushi Eno
2010-09-30Add DataContractResolver stuff (dummy), and fix Id reference from inside the ...Atsushi Eno
2010-09-10XmlFormatterDeserializer: handle ReflectionTypeLoadExceptions betterRolf Bjarne Kvinge
2010-09-08Factorize the System.Runtime.Serialization monotouch and monodroid sources in...Jb Evain
2010-09-08Enable the System.Runtime.Serialization build for monodroidJb Evain
2010-09-01Use CollectionDataContractAttribute.ItemName for collection item serialization.Atsushi Eno