Add more serialization attributes to serializable types

This commit is contained in:
Drake Arconis
2017-03-24 01:22:28 -04:00
parent acfe6398e7
commit 274387aa2c
4 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ using System;
namespace LitJson
{
[Serializable]
public class JsonException : ApplicationException
{
public JsonException () : base ()