I have an Action in my Web api controller That returns an instance of SampleClass. when SampleClass has Fields, the result of Action is this: {}
and when i replace my Fields with Properties the result is afilled Json as expected. Can any one explain Why this is Happening?