How can I embed an already serialized object in another? #3967
Unanswered
wuyuanyi135
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to achieve something like:
I could embed the serialized object as a
binary
part in cbor (orstring
part in JSON). However, to retrieve the value, the receiver must recursively decode the binary inside it. Is there any recommended way so that I can embed the serialized object as-is, and modify its type for dumping?Beta Was this translation helpful? Give feedback.
All reactions