Is it possible to dynamicaly modify the marshalled response model (ie : change fields list, add mask, ...) ? ex : from flask_restplus import Resource, fields m
I am in the process of building a sub-part of a native application, namely a Unity application that runs as a child of a different application written in a comp
i am desperate to get a complex c datatype correctly marshaled for C#. I already read all the other posts regarding that topic and i am running out of ideas alt
I have some code I've been dumped with and am actually stumped - I've worked with RPC and the JSON side of things before but I can't seem to get it to work over
Using gopkg.in/mgo.v2/bson, I wonder how to marshal an interface{} value into a value of type bson.Raw. The documentation for bson.Raw states: Using this t
I am new to Scala and Akka. I have the following case class: case class Demo(userId: String, date: java.util.Date, message: String) extends BusinessModel