-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(client): add abbility to set custom marshal/unmarshal func for client #2047
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
base: main
Are you sure you want to change the base?
feat(client): add abbility to set custom marshal/unmarshal func for client #2047
Conversation
Kusari Analysis ResultsAnalysis for commit: c3b85f9, performed at: 2025-08-02T17:18:59Z • • Recommendation✅ PROCEED with this Pull Request Summary✅ No Flagged Issues Detected All values appear to be within acceptable risk parameters. No pinned version dependency changes, code issues or exposed secrets detected! Found this helpful? Give it a 👍 or 👎 reaction! |
|
Thanks - will review in more depth at some point, but the immediate thought I have is that this should be an opt-in config via Thanks! |
|
Kusari PR Analysis rerun based on - 1e5d4c6 performed at: 2025-08-02T14:54:48Z - link to updated analysis |
1e5d4c6 to
70bd546
Compare
|
Kusari PR Analysis rerun based on - 70bd546 performed at: 2025-08-02T15:00:22Z - link to updated analysis |
70bd546 to
8e05e4c
Compare
|
Kusari PR Analysis rerun based on - 8e05e4c performed at: 2025-08-02T15:04:34Z - link to updated analysis |
8e05e4c to
246ecb0
Compare
|
Kusari PR Analysis rerun based on - 246ecb0 performed at: 2025-08-02T15:07:48Z - link to updated analysis |
I added a flag |
246ecb0 to
12c021d
Compare
|
Kusari PR Analysis rerun based on - 12c021d performed at: 2025-08-02T15:13:34Z - link to updated analysis |
12c021d to
e6e35e0
Compare
|
Kusari PR Analysis rerun based on - e6e35e0 performed at: 2025-08-02T15:14:33Z - link to updated analysis |
e6e35e0 to
fab5f2d
Compare
|
Kusari PR Analysis rerun based on - fab5f2d performed at: 2025-08-02T15:31:04Z - link to updated analysis |
fab5f2d to
aa6e275
Compare
|
Kusari PR Analysis rerun based on - aa6e275 performed at: 2025-08-02T16:02:47Z - link to updated analysis |
aa6e275 to
c3b85f9
Compare
|
Kusari PR Analysis rerun based on - c3b85f9 performed at: 2025-08-02T17:18:59Z - link to updated analysis |
In this pull request I added the ability to set custom marshal/unmarshal functions for the client.
This functionality is enabled via the client-custom-marshaler-funcs option.
The default marshal/unmarshal function of json is not the most optimal, I want to be able to marshal/unmarshal for example using the sonic package