Marshalling is the process of transforming the memory representation of an object to a data format suitable for storage or transmission
How do I marshal a nested struct into JSON? I know how to marshal the struct without any nested structs. …
go marshallingThe values are getting passed and execution happens properly but i see these being thrown in logcat and i want …
android marshalling parcelI am using API written in C++ in my code (writting in C#). API requires a parameter as Pointer to …
c# struct marshallingI would like to save an object to a file, and then read it from the file easily. As a …
ruby json serialization marshalling yamlHow do I marshal this C++ type? The ABS_DATA structure is used to associate an arbitrarily long data block …
c# .net c++ marshallingFrom the docs: JSON cannot represent cyclic data structures and Marshal does not handle them. Passing cyclic structures to Marshal …
json go marshallingWhich one is it in a programming context? Is there a difference? I've seen it both ways and I don't …
terminology marshallingI have a schema here where I am trying to include/import another schema that has no namespace (and this …
xml xsd marshalling jibxI want to marshall and unmarshall a Class that implements Parcelable to/from a byte array. I am well aware …
android marshalling unmarshalling parcelable parcelAll, this is a follow up from a previous question here: C# formatting external Dll function parameters Here specifically is …
c# unmanaged marshalling intptr