You need to add a Serializable attribute to the class which you want to serialize.
[Serializable]
public class OrgPermission
You need to add a Serializable attribute to the class which you want to serialize.
[Serializable]
public class OrgPermission