change permalinks

This commit is contained in:
Lukasz Skotarek 2020-04-02 10:54:30 +02:00
parent 63f9168258
commit a8f4b86046
23 changed files with 46 additions and 46 deletions

View file

@ -5,7 +5,7 @@ author: dreat
post_excerpt: ""
layout: post
permalink: >
http://dreat.info/2017/04/08/today-i-learned-0/
http://dreat.info/2017-04-08-today-i-learned-0/
published: true
post_date: 2017-04-08 07:00:54
---
@ -16,4 +16,4 @@ Turns out that around 3.5 you don't have to do it. If you provide class with no
<ol>
<li>You will lose some of features, like naming, being able to serialize private properties, declaring something as required. While some can be more useful than others in specific scenarios - just ask yourself - should you really send private data? ;)</li>
<li><strong>And this is important!</strong> If you dare to use <em>[DataMember]</em> on <em>some</em> properties - only those will be serialized.</li>
</ol>
</ol>