Replies: 2 comments
-
You should use the default serializer for that. JSON serializers are for custom types. also have a look at the serialization docs https://nats-io.github.io/nats.net.v2/documentation/serialization.html please let me know how it goes, if it's not clear etc. ;) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a remote App (servicing as Reply). The issue is with parameter (AddEndPointAsync) of string or byte array where the Data is always null, int and bool are ok. Is this the way it is supposed to work?
note: Nats .Net version 2.2.1
Beta Was this translation helpful? Give feedback.
All reactions