Replies: 1 comment 2 replies
-
Writer/reader supports both ways: raw binary and formatted. Use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that in the IAsyncBinaryWriter/IAsyncBinaryReader implementation Guids are serialized using the ToString method.
I think it would be both faster and would take less storage to use the ToByteArray method instead.
Beta Was this translation helpful? Give feedback.
All reactions