https://github.com/moriyoshi/dotnetserde
dotnetserde is aiming to be a pure-Python serializer/deserializer of .NET remoting serialization format.
https://github.com/moriyoshi/dotnetserde
Last synced: 2 months ago
JSON representation
dotnetserde is aiming to be a pure-Python serializer/deserializer of .NET remoting serialization format.
- Host: GitHub
- URL: https://github.com/moriyoshi/dotnetserde
- Owner: moriyoshi
- License: mit
- Created: 2022-07-31T12:23:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T05:33:38.000Z (over 2 years ago)
- Last Synced: 2025-03-07T02:49:06.372Z (2 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnetserde
dotnetserde is aiming to be a pure-Python serializer/deserializer of .NET remoting serialization format.
## Resources
- [\[MS-NRTP\]: .NET Remoting: Core Protocol](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nrtp/3acb31b0-b873-4aaf-8503-9727ec40fbec)
- [\[MS-NRBF\]: .NET Remoting: Binary Format Data Structure](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nrbf/75b9fe09-be15-475f-85b8-ae7b7558cfe5)
- [\[MS-NRLS\]: .NET Remoting: Lifetime Services Extension](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nrls/dffdda1f-2c45-4978-927c-4280469ce355 )