Provides a Ceras message serializer for Rebus
License
MIT
Deps
2
Install Size
—
Vulns
✓ 0
Published
Nov 16, 2023
$ dotnet add package Rebus.Ceras
Provides a Ceras serializer for Rebus.
It's just
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.
rbs2-content-type
application/x-ceras