https://github.com/rebus-org/rebus.ceras
:bus: Ceras serializer for Rebus
https://github.com/rebus-org/rebus.ceras
binary ceras rebus serializer
Last synced: 3 months ago
JSON representation
:bus: Ceras serializer for Rebus
- Host: GitHub
- URL: https://github.com/rebus-org/rebus.ceras
- Owner: rebus-org
- License: other
- Created: 2019-08-05T15:02:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T09:51:38.000Z (over 1 year ago)
- Last Synced: 2025-01-07T06:49:56.214Z (4 months ago)
- Topics: binary, ceras, rebus, serializer
- Language: C#
- Size: 3.33 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebus.Ceras
[](https://www.nuget.org/packages/Rebus.Ceras)
Provides a [Ceras](https://github.com/rikimaru0345/Ceras) serializer for [Rebus](https://github.com/rebus-org/Rebus).

---
It's just
```csharp
services.AddRebus(
configure => configure
.(...)
.Serialization(s => s.UseCeras())
);
```and then Rebus is using Ceras to serialize/deserialize messages.
The `rbs2-content-type` header will be populated with the value `application/x-ceras`.