python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Encoding and decoding structs of
I'm trying to encode and decode structs, I've searched around quite a bit and a lot of the questions regarding this topic is usually people who want to encode primitives, or simple structs. What I wan...
PhilipB
Votes: 0
Answers: 1
Skip marshalling field in Go
Hi how would I skip marshalling the Data property in this example?
Once I receive this response, I have to parse this data property as JSON in my frontend because it has been remarshalled. I would lik...
Alex
Votes: 0
Answers: 0
Does COM marshaling work with objects created using CComCoClass::CreateInstance?
Sorry if this is a dumb question, but I was wondering if the COM pointer-marshaling functions will work with objects created using ATL's CComCoClass::CreateInstance. According to the docs, that metho...
user15284017
Votes: 0
Answers: 1
How to customize Ruby's Marshal load without changing format?
I need to customize what happens to one of my class on Marshal.load(). I found that there are marshal_load and _load methods but so far I was unsuccessful to use either of them to what I need.
It's cr...
enumag
Votes: 0
Answers: 2