-
hey, i'm just trying something out here
if we have a class like
``` c++
class ParameterGroup : public ofParameterGroup {
public:
typedef initializer_list InitializerList;
ParameterGroup(cons…
-
After some search in the world wide web, I'm not sure, if I now really know, what it is.
If I serialize a `NaiveDate` or `NaiveDateTime` _(2016-07-27 06:07:08)_ to JSON, I get a date object, which lo…
-
Hi,
Sorry for using the ticket system for something that clearly is a question ... but here I am.
It seems that _serde_ could be the answer to [my problem](https://github.com/Byron/google-apis-rs/is…
Byron updated
8 years ago
-
Hello,
First thanks for the great crate! I was using rustc_serialize before, but recently found about this create which is supposed to be faster and better supported.
I do have a few questions abou…
-
``` nim
import base64
var file = readFile("foo.json")
echo encode(file).decode()
```
foo.json:
```
[
{
"name": "argument_parser",
"url": "git://github.com/gradha/argument_parser/",
"m…
dom96 updated
8 years ago
-
Hi.
I want to implement EventSourcing, but also -- to be able to query events to get some analytics, and to change my event models without binary compatibility.
Mongo stores objects in BSON. Having …
alari updated
8 years ago
-
[autobahn-cpp](https://github.com/crossbario/autobahn-cpp) is a [WAMP](http://wamp-proto.org/) client library, and uses `msgpack-c` to support MessagePack serialization variants of WAMP.
WAMP in addi…
-
Whenever I try and 'Get' a Macro that has an 'action' of type 'comment_value' its sending back an array with first item 'channel:all' and second item in the array is the text content, but the Macro.Ac…
-
We need to define:
1. a set of rules that determine if a class is serializable (restrictions on it's attribute types, annotations, etc), and
2. an API, as part of the metamodel, which supports `Serial…
-
When trying to retrieve the following data structure from the dynamo data store, I keep getting this cast exception
```
(wcar* (car/hset* "ted" {:name "ted"}))
(wcar* (tundra/dirty dstore "ted"))
(wc…