Skip to content

Add JsonPropertyNameAttribute to properties and SerializableAttribute to class#44

Open
GitAntoinee wants to merge 4 commits intobladefist:masterfrom
GitAntoinee:master
Open

Add JsonPropertyNameAttribute to properties and SerializableAttribute to class#44
GitAntoinee wants to merge 4 commits intobladefist:masterfrom
GitAntoinee:master

Conversation

@GitAntoinee
Copy link
Copy Markdown

I added JsonPropertyNameAttribute (JsonPropertyName(string)) to properties and SerializableAttribute (Serializable) to all classes

I reformated a bit the code

{
sw.WriteLine(" [DataContract]");
}
sw.WriteLine(" [Serializable]");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inconsistent whitespace in generated code.

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