Skip to content

Conversation

gmarz
Copy link
Contributor

@gmarz gmarz commented Mar 1, 2016

No description provided.

@@ -49,7 +49,14 @@ public override void WriteJson(JsonWriter writer, object value, JsonSerializer s
foreach(var kv in request.Metadata)
{
writer.WritePropertyName(kv.Key);
writer.WriteValue(kv.Value);
if (kv.Value.GetType().IsValueType)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style wise single method bodies can drop the {} IMO.

gmarz added a commit that referenced this pull request Mar 1, 2016
Fix #1867 objects can now be serialized in register percolater metadata
@gmarz gmarz merged commit 0b7a2c5 into master Mar 1, 2016
@gmarz gmarz deleted the fix/1867 branch March 1, 2016 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants