File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the [user guide](docs/guide.md) for details of the packages available.
22
22
1 . The [ CloudEvent] ( src/CloudNative.CloudEvents/CloudEvent.cs ) class is not meant to be used with
23
23
object serializers like JSON.NET. If you need to serialize or deserialize a CloudEvent directly, always use a
24
24
[ CloudEventFormatter] ( src/CloudNative.CloudEvents/CloudEventFormatter.cs )
25
- such as [ JsonEventFormatter] ( src/CloudNative.CloudEvents.JsonNet /JsonEventFormatter.cs ) .
25
+ such as [ JsonEventFormatter] ( src/CloudNative.CloudEvents.NewtonsoftJson /JsonEventFormatter.cs ) .
26
26
2 . Protocol binding integration is provided in the form of extensions and the objective of those extensions
27
27
is to map the CloudEvent to and from the respective protocol message, such as an HTTP request or response.
28
28
The application is otherwise fully in control of the client. Therefore, the extensions do not
You can’t perform that action at this time.
0 commit comments