-
Notifications
You must be signed in to change notification settings - Fork 0
Design choices
Miguel Bernard edited this page Jun 22, 2021
·
1 revision
CloudEvent<T>
is considered a deserialized version of your cloud event; thus, those properties are no longer required as the Data
property represents an in-memory object. If the event needs to be re-serialized, those values should be included on the non-generic CloudEvent before serializing with the formatter.