-
There is a issue with the design of the user object and if not carefully used data is lost.
This is caused by the way the information is collected into object. Box only returns the following element…
-
this will allow us to use the default Serializer/Deserializer without creating new instance of `FacebookClient`.
-
```
System.Collections.Generic.KeyNotFoundException: The wire type could not be skipped, because there is no appropriate method: 4
at Cloudy.Protobuf.Helpers.UnknownFieldSkipHelper.Skip(Stream stre…
-
I'm building up an ad posting, which has an object_id in it. If I serialize the structure with newtonsoft's serializer, I get:
{"campaign_id":6003891916512,"name":"test","status":1,"bid_type":1,"max_…
-
remove IJsonSerializer interface and add it as a static method/property to FacebookClient
```
FacebookClient.SetJsonSerializer(Func serializeObject, Func deserializeObject);
FacebookClient.SerializeO…
-
I want to make a column of BytesType to be cross language readable. So I've implemented a thrift serializer(which extends AbstractSerializer from Hector) in order to persist thrift serialized objects …