© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago
alper

urgent ! it's related with json serializer

hello,

Document = new NodeDocument()
{
Content = JsonSerializer.Serialize(document, new JsonSerializerOptions() { PropertyNamingPolicy = JsonNamingPolicy.CamelCase }),
}

i store content on db as serialized json. when i hit endpoint with postman it works well. But i released project to azure and hit endpoint on website, the some properties missing (i added 2 property and there are primitive type (dictionary))

i think problem related with json serializer but i couldn't figure out 😦 i tried with system.text and newtonsoft but doesn't change anything.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Json Serializer implicit conversion
C#CC# / help
3y ago
Custom JSON serializer not working
C#CC# / help
4y ago
❔ Adding logic into a JSON serializer
C#CC# / help
4y ago
source generated json serializer context with default property values
C#CC# / help
7mo ago