https://github.com/yingdev/unsafeserialization
A C# binary serialization library that uses some `unsafe` tricks to make it fast. (Work in progress)
https://github.com/yingdev/unsafeserialization
Last synced: 10 days ago
JSON representation
A C# binary serialization library that uses some `unsafe` tricks to make it fast. (Work in progress)
- Host: GitHub
- URL: https://github.com/yingdev/unsafeserialization
- Owner: yingDev
- Created: 2017-05-23T08:17:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T09:47:15.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T11:45:45.529Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnsafeSerialization
A C# Serialization library that uses some unsafe tricks to make it fast
.... TODO ......