-
Is there an example / implementation of the avro serializer for this library? This way we can use it alongside the schema registry which would be great
-
In previous milestones, MVC's JSON serialization used Json.NET's default naming convention. This maintained C# property names in the JSON.
In 1.0.0, MVC uses camel case names by default. This matches…
-
https://github.com/akkadotnet/Hyperion/ which is a fork of Wire, seems to be very well maintained.
-
Hi !
I have to dynamically filter the properies of some objects before sending it to client (base on credential).
Actually I have to transform each IList, IDictionary and object before serializing..…
-
in the following method, you have to pass **database** parameter instead of **0** :
```
public StackExchangeRedisCacheClient(IConnectionMultiplexer connectionMultiplexer, ISerializer serializer,…
-
Hey there,
I was wondering if you might be able to point me in the direction of where to find other Raven users in which I can ask questions? I am having an issue in which I believe maybe I am no…
-
Today we use varint and it can be 1-5 bytes, which means we have to buffer. If we use a fixed length, we can write directly to the pipe and come back and write the length back at the beginning. We'll …
-
### Summary
ISerializeSurrogate's implemented in fsharp for immutable types do not deserialize correctly because csharp code assumes it has captured the reference to the real object which fsharp ca…
-
UPDATE:
So after some testing and replacing the whole elasticsearch serializer with a custom one, I figured out the problem is indeed the dynamic dictionary (DynamicResponse) which uses **dynamic** t…
-
**NEST/Elasticsearch.Net version**: 6.0.0-beta1
**Elasticsearch version**: 6.1.1
**Problem**:
When having a custom serializer with a Newtonsoft.Json.Converters.StringEnumConverter in place, the…
ghost updated
6 years ago