You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for DateTimeOffset as a primitive (#79)
* Added support for DateTimeOffset as a primitive
* Corrected comment
* Corrected another comment
* Changed serialization of DateTimeOffset from ticks+minutes to ticks+ticks.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Hyperion was designed to safely transfer messages in distributed systems, for ex
15
15
In message based systems, it is common to receive different types of messages and apply pattern matching over those messages.
16
16
If the messages does not carry over all the relevant type information to the receiveing side, the message might no longer match exactly what your system expect.
0 commit comments