https://github.com/theeightbot/mobileserializationperf
Serialization Performance Testing for Mobile Applications
https://github.com/theeightbot/mobileserializationperf
performance-analysis serialization xamarin
Last synced: about 1 year ago
JSON representation
Serialization Performance Testing for Mobile Applications
- Host: GitHub
- URL: https://github.com/theeightbot/mobileserializationperf
- Owner: TheEightBot
- Created: 2017-03-18T17:51:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T13:04:33.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T13:00:06.081Z (about 1 year ago)
- Topics: performance-analysis, serialization, xamarin
- Language: C#
- Homepage:
- Size: 98 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MobileSerializationPerf
Serialization Performance Testing for Xamarin Mobile Applications. Tests for both serialization and deserialization of .Net objects.
## Serializers Tested
* BinaryFormatter
* XmlSerializer
* DataContractSerializer
* NetDataContractSerializer
* DataContractJsonSerializer
* Json.Net BSON
* Json.Net JSON
* NetJSON
* ServiceStack.Text
* MsgPack
* ProtoBuf
* ZeroFormatter