Why does Json.NET serialization fail with [Serializable] and a lambda inside a read-only property?

后端 未结 2 1052
眼角桃花
眼角桃花 2021-01-14 06:06

According to these release notes, Json.NET now supports the SerializableAttribute:

Json.NET now detects types that have the SerializableAttribute and

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-14 07:02

    I've changed IgnoreSerializableAttribute to true by default in release 3 which undoes the breaking change introduced in release 2 - http://json.codeplex.com/releases/view/85975

    You can read more about it here - http://json.codeplex.com/discussions/351981

提交回复
热议问题