Skip to content

Commit

Permalink
Fixed link to JsonEventFormatter
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Batishchev <abatishchev@gmail.com>
  • Loading branch information
abatishchev authored and jskeet committed Jun 7, 2022
1 parent e6f2c4d commit 145486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ the [user guide](docs/guide.md) for details of the packages available.
1. The [CloudEvent](src/CloudNative.CloudEvents/CloudEvent.cs) class is not meant to be used with
object serializers like JSON.NET. If you need to serialize or deserialize a CloudEvent directly, always use a
[CloudEventFormatter](src/CloudNative.CloudEvents/CloudEventFormatter.cs)
such as [JsonEventFormatter](src/CloudNative.CloudEvents.JsonNet/JsonEventFormatter.cs).
such as [JsonEventFormatter](src/CloudNative.CloudEvents.NewtonsoftJson/JsonEventFormatter.cs).
2. Protocol binding integration is provided in the form of extensions and the objective of those extensions
is to map the CloudEvent to and from the respective protocol message, such as an HTTP request or response.
The application is otherwise fully in control of the client. Therefore, the extensions do not
Expand Down

0 comments on commit 145486d

Please sign in to comment.