-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant serde Serialize
, Deserialize
and default
attributes
#929
Conversation
This is in reference to #898? |
Yeah, I was going through all the fields, testing and comparing with the NATS Go client. I couldn't find fields that didn't need |
727405f
to
33b9c0b
Compare
Serialize
and default
attributes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think you can take off Serialize from a few more types, like Account related things and see stream related types as-well.
33b9c0b
to
3c25bd5
Compare
Serialize
and default
attributesSerialize
, Deserialize
and default
attributes
@caspervonb Thanks, great catch. Indeed I found a few more and I've updated them accordingly. It's possible that I missed some, but most should be taken care of. |
e9333b7
to
db39f9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@n1ghtmare But please shorten the commit message. If you want to put more info in, do that in body. |
db39f9c
to
68e9c5d
Compare
@Jarema Thank you so much. I've shortened the commit message. |
These should match the NATS go client.