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

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-29ready for 1.4.1v1.4.1neuecc
2017-06-29MessagePackFormatterAttribute supports object[] argumentsneuecc
2017-06-28Complete DataContract supports and testsneuecc
2017-06-28Add DataMemberAttribute support(not yet tested)neuecc
2017-06-271.4.0v1.4.0neuecc
2017-06-27typeless - fix compiler error on Unityneuecc
2017-06-27Added Typeless high-level helper API #66neuecc
2017-06-26TouchOlexandr Tarasenkov
2017-06-26Merge branch 'master' of https://github.com/neuecc/MessagePack-CSharpOlexandr Tarasenkov
2017-06-26[TypelessFormatter] Changes after reviewOlexandr Tarasenkov
2017-06-261.3.3v1.3.3neuecc
2017-06-26Complete LowLevel/HighLevel StreamAPIneuecc
2017-06-26Introduced separate TypelessContractlessStandardResolverOlexandr Tarasenkov
2017-06-26[WIP]MessagePackBinary stream overloadsneuecc
2017-06-25[TypelessFormatter] Prevented stack overflow when type == typeof(object)avtc
2017-06-25[TypelessFormatter] Minor logic simplificationavtc
2017-06-25Performance fix for Deserialize `Object`.avtc
2017-06-24This solves https://github.com/neuecc/MessagePack-CSharp/issues/12avtc
2017-06-23v1.3.2, float/double can decode integer msgpack binaryv1.3.2neuecc
2017-06-231.3.1.1, assembly signedneuecc
2017-06-221.3.2neuecc
2017-06-22Improve StringKey serialization performance #62neuecc
2017-06-22DynamicObjectTypeFallbackResolver makes public accessibilityneuecc
2017-06-22ContractlessStandardResolver supports typeof object object serialization #61neuecc
2017-06-21Add MessagePackSerializer.FromJson, WriteMapHeaderForceMap32Block, WriteArray...neuecc
2017-06-081.3.0, add MessagePackFormatterAttributev1.3.0neuecc
2017-06-04mpc.exe generates two/three/four dimentional array formatterneuecc
2017-06-04UriFormatter deserialize support sreleative uri #55neuecc
2017-05-24fix Mpc(generate invalid code when type is in global namespace, union key is ...v1.2.3neuecc
2017-05-061.2.2neuecc
2017-04-05ready for 1.2v1.2.0neuecc
2017-04-05Add PrimitiveObjectResolver and StandardResolver uses it, Add Write***Force**...neuecc
2017-04-05fix DynamicContractlessObjectResolver can not serialize nested typeneuecc
2017-04-05DynamicContractlessObjectResolver does not try to resolve embedded typesneuecc
2017-04-05Fix Invalid generated code with mpc #36neuecc
2017-04-03fix Compile errors on MessagePack 1.1.2 with Unity #33neuecc
2017-04-021.1.2v1.1.2neuecc
2017-04-02support IgnoreDataMemberAttribute #28, #9neuecc
2017-03-30Reduce class name length restrictionsneuecc
2017-03-27OldSpecResolver hooks string[]neuecc
2017-03-26Fix mpc.exe generates incorrect serializer when MaxKeySize is 15.neuecc
2017-03-251.1.0v1.1.1neuecc
2017-03-25add NativeDateTimeArrayFormatterneuecc
2017-03-25ready for 1.1.0neuecc
2017-03-25allow LZ4 for safe Unityneuecc
2017-03-25fix when codegen namespaceroot is global generates incorrect namespace #19neuecc
2017-03-25Add OldSpecResolver #20neuecc
2017-03-25Fix Typo in error message and analyzer code. #26neuecc
2017-03-23use Safe LZ4 at Unityneuecc
2017-03-20Merge branch 'master' of https://github.com/neuecc/MessagePack-CSharpneuecc